Html Css Color HEX #609516 Limeade

📋 copy color: '#609516'

red 96 ◦ green 149 ◦ blue 22

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

Shades of Limeade #609516

Tints of Limeade #609516

RGB

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

 GREEN value IS 149 (58.59% from 255) = 55.81%

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

R = 35.96%
G = 55.81%
B = 8.24%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#609516 (or 0x609516) is known color: Limeade. HEX triplet: 60, 95 and 16. RGB value is (96,149,22). Sum of RGB (Red+Green+Blue) = 96+149+22=267 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.96% from 267); Green value is 149 (58.59% from 255 or 55.81% from 267); Blue value is 22 (8.98% from 255 or 8.24% from 267); Max value from RGB is 149 - color contains mainly: green. Hex color #609516 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #609516 is #9F6AE9. Grayscale: #777777. Windows color (decimal): -10447594 or 1480032. OLE color: 1480032.

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

Color convert

RGB 96 149 22 -
CMYK 0.36 0 0.85 0.42
HSL 85.04º 0.74% 0.34% -
HSV(B) 85.04º 0.85% 0.58% -
XYZ 15.72 24.04 4.57 -
YUV 118.68 73.44 111.83 -
System Red Green Blue C M Y K H S L
Decimal 96 149 22 0.36 0 0.85 0.42 85.04 0.74 0.34
Hex 60 95 16 24 0 55 2A 55 4A 22
Octal 140 225 26 44 0 125 52 125 112 42
Binary 1100000 10010101 10110 100100 0 1010101 101010 1010101 1001010 100010

Color Harmonies of #609516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609516

Black with #609516

Text Example


Text Example

White with #609516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609516; }

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

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

background-color css

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

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

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

border-color css

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

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

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