#699F24

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

Shades of Limeade #699F24

Tints of Limeade #699F24

Color information

#699F24 (or 0x699F24) is unknown color: approx Limeade. HEX triplet: 69, 9F and 24. RGB value is (105,159,36). Sum of RGB (Red+Green+Blue) = 105+159+36=300 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35% from 300); Green value is 159 (62.5% from 255 or 53% from 300); Blue value is 36 (14.45% from 255 or 12% from 300); Max value from RGB is 159 - color contains mainly: green. Hex color #699F24 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699F24 is #9660DB. Grayscale: #818181. Windows color (decimal): -9855196 or 2400105. OLE color: 2400105.

HSL color Cylindrical-coordinate representation of color #699F24: hue angle of 86.34º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #699F24 is Cyan = 0.34, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.38.

Color convert

RGB10515936-
CMYK0.3400.770.38
HSL86.34º63.08%38.24%-
HSV(B)86.34º77.36%62.35%-
XYZ18.5427.936.08-
YUV128.8375.61111-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35%
GREEN value IS 159 (62.5% from 255) = 53%
BLUE value IS 36 (14.45% from 255) = 12%
R=35%
G=53%
B=12%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal105159360.3400.770.3886.3463.0838.24
Hex699F242204D26563f26
Octal15123744420115461267746
Binary110100110011111100100100010010011011001101010110111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699F24; }

 p { color: rgb(105,159,36); }

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

<style>
 a { background-color: #699F24; }

 a { background-color: rgb(105,159,36); }

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

<style>
 span { border-color: #699F24; }

 span { border-color: rgb(105,159,36); }

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