Html Css Color HEX #609616 Limeade

📋 copy color: '#609616'

red 96 ◦ green 150 ◦ blue 22

#609616
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Limeade #609616

Tints of Limeade #609616

RGB

 RED value IS 96 (37.89% from 255) = 35.82%

 GREEN value IS 150 (58.98% from 255) = 55.97%

 BLUE value IS 22 (8.98% from 255) = 8.21%

R = 35.82%
G = 55.97%
B = 8.21%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.85

 K value IS 0.41

RGB Variations

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

Color information

#609616 (or 0x609616) is known color: Limeade. HEX triplet: 60, 96 and 16. RGB value is (96,150,22). Sum of RGB (Red+Green+Blue) = 96+150+22=268 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.82% from 268); Green value is 150 (58.98% from 255 or 55.97% from 268); Blue value is 22 (8.98% from 255 or 8.21% from 268); Max value from RGB is 150 - color contains mainly: green. Hex color #609616 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #609616 is #9F69E9. Grayscale: #777777. Windows color (decimal): -10447338 or 1480288. OLE color: 1480288.

HSL color Cylindrical-coordinate representation of color #609616: hue angle of 85.31º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #609616 is Cyan = 0.36, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.41.

Color convert

RGB 96 150 22 -
CMYK 0.36 0 0.85 0.41
HSL 85.31º 0.74% 0.34% -
HSV(B) 85.31º 0.85% 0.59% -
XYZ 15.88 24.36 4.62 -
YUV 119.26 73.11 111.41 -
System Red Green Blue C M Y K H S L
Decimal 96 150 22 0.36 0 0.85 0.41 85.31 0.74 0.34
Hex 60 96 16 24 0 55 29 55 4A 22
Octal 140 226 26 44 0 125 51 125 112 42
Binary 1100000 10010110 10110 100100 0 1010101 101001 1010101 1001010 100010

Color Harmonies of #609616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609616

Black with #609616

Text Example


Text Example

White with #609616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609616; }

 p { color: rgb(96,150,22); }

 H1.HeaderClassName
 {
   color: #609616;
 }
 .AnyTagClassName
 {
   color: #609616;
 }
</style>

background-color css

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

 a { background-color: rgb(96,150,22); }

 div.DivClassName
 {
   background-color: #609616;
 }
 .BgClassName
 {
   background-color: #609616;
 }
</style>

border-color css

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

 span { border-color: rgb(96,150,22); }

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