#69A033

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

Shades of Limeade #69A033

Tints of Limeade #69A033

Color information

#69A033 (or 0x69A033) is unknown color: approx Limeade. HEX triplet: 69, A0 and 33. RGB value is (105,160,51). Sum of RGB (Red+Green+Blue) = 105+160+51=316 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.23% from 316); Green value is 160 (62.89% from 255 or 50.63% from 316); Blue value is 51 (20.31% from 255 or 16.14% from 316); Max value from RGB is 160 - color contains mainly: green. Hex color #69A033 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69A033 is #965FCC. Grayscale: #838383. Windows color (decimal): -9854925 or 3383401. OLE color: 3383401.

HSL color Cylindrical-coordinate representation of color #69A033: hue angle of 90.28º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #69A033 is Cyan = 0.34, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.37.

Color convert

RGB10516051-
CMYK0.3400.680.37
HSL90.28º51.66%41.37%-
HSV(B)90.28º68.12%62.75%-
XYZ18.9928.387.61-
YUV131.1382.78109.36-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.23%
GREEN value IS 160 (62.89% from 255) = 50.63%
BLUE value IS 51 (20.31% from 255) = 16.14%
R=33.23%
G=50.63%
B=16.14%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal105160510.3400.680.3790.2851.6641.37
Hex69A03322044255a3429
Octal15124063420104451326451
Binary110100110100000110011100010010001001001011011010110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,160,51); }

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

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

 a { background-color: rgb(105,160,51); }

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

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

 span { border-color: rgb(105,160,51); }

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