#69A32B

Color #69A32B Limeade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limeade #69A32B

Tints of Limeade #69A32B

Color information

#69A32B (or 0x69A32B) is unknown color: approx Limeade. HEX triplet: 69, A3 and 2B. RGB value is (105,163,43). Sum of RGB (Red+Green+Blue) = 105+163+43=311 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.76% from 311); Green value is 163 (64.06% from 255 or 52.41% from 311); Blue value is 43 (17.19% from 255 or 13.83% from 311); Max value from RGB is 163 - color contains mainly: green. Hex color #69A32B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69A32B is #965CD4. Grayscale: #848484. Windows color (decimal): -9854165 or 2859881. OLE color: 2859881.

HSL color Cylindrical-coordinate representation of color #69A32B: hue angle of 89º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #69A32B is Cyan = 0.36, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.36.

Color convert

RGB10516343-
CMYK0.3600.740.36
HSL89º58.25%40.39%-
HSV(B)89º73.62%63.92%-
XYZ19.3629.376.93-
YUV131.9877.78108.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 105 (41.41% from 255) = 33.76%
GREEN value IS 163 (64.06% from 255) = 52.41%
BLUE value IS 43 (17.19% from 255) = 13.83%
R=33.76%
G=52.41%
B=13.83%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal105163430.3600.740.368958.2540.39
Hex69A32B2404A24593a28
Octal15124353440112441317250
Binary110100110100011101011100100010010101001001011001111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A32B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69A32B; }

 p { color: rgb(105,163,43); }

 H1.HeaderClassName
 {
   color: #69A32B;
 }
 .AnyTagClassName
 {
   color: #69A32B;
 }
</style>
background-color css

<style>
 a { background-color: #69A32B; }

 a { background-color: rgb(105,163,43); }

 div.DivClassName
 {
   background-color: #69A32B;
 }
 .BgClassName
 {
   background-color: #69A32B;
 }
</style>
border-color css

<style>
 span { border-color: #69A32B; }

 span { border-color: rgb(105,163,43); }

 td.TdClassName
 {
   border-color: #69A32B;
 }
 .TagClassName
 {
   border-color: #69A32B;
 }
</style>