#69A02F

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

Shades of Limeade #69A02F

Tints of Limeade #69A02F

Color information

#69A02F (or 0x69A02F) is unknown color: approx Limeade. HEX triplet: 69, A0 and 2F. RGB value is (105,160,47). Sum of RGB (Red+Green+Blue) = 105+160+47=312 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.65% from 312); Green value is 160 (62.89% from 255 or 51.28% from 312); Blue value is 47 (18.75% from 255 or 15.06% from 312); Max value from RGB is 160 - color contains mainly: green. Hex color #69A02F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69A02F is #965FD0. Grayscale: #838383. Windows color (decimal): -9854929 or 3121257. OLE color: 3121257.

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

Color convert

RGB10516047-
CMYK0.3400.710.37
HSL89.2º54.59%40.59%-
HSV(B)89.2º70.63%62.75%-
XYZ18.9128.357.16-
YUV130.6780.78109.69-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.65%
GREEN value IS 160 (62.89% from 255) = 51.28%
BLUE value IS 47 (18.75% from 255) = 15.06%
R=33.65%
G=51.28%
B=15.06%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal105160470.3400.710.3789.254.5940.59
Hex69A02F2204725593729
Octal15124057420107451316751
Binary110100110100000101111100010010001111001011011001110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A02F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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