Html Css Color HEX #609C16 Limeade

📋 copy color: '#609C16'

red 96 ◦ green 156 ◦ blue 22

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

Shades of Limeade #609C16

Tints of Limeade #609C16

RGB

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

 GREEN value IS 156 (61.33% from 255) = 56.93%

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

R = 35.04%
G = 56.93%
B = 8.03%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.86

 K value IS 0.39

RGB Variations

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

Color information

#609C16 (or 0x609C16) is known color: Limeade. HEX triplet: 60, 9C and 16. RGB value is (96,156,22). Sum of RGB (Red+Green+Blue) = 96+156+22=274 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.04% from 274); Green value is 156 (61.33% from 255 or 56.93% from 274); Blue value is 22 (8.98% from 255 or 8.03% from 274); Max value from RGB is 156 - color contains mainly: green. Hex color #609C16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #609C16 is #9F63E9. Grayscale: #7B7B7B. Windows color (decimal): -10445802 or 1481824. OLE color: 1481824.

HSL color Cylindrical-coordinate representation of color #609C16: hue angle of 86.87º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #609C16 is Cyan = 0.38, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.39.

Color convert

RGB 96 156 22 -
CMYK 0.38 0 0.86 0.39
HSL 86.87º 0.75% 0.35% -
HSV(B) 86.87º 0.86% 0.61% -
XYZ 16.86 26.32 4.95 -
YUV 122.78 71.12 108.9 -
System Red Green Blue C M Y K H S L
Decimal 96 156 22 0.38 0 0.86 0.39 86.87 0.75 0.35
Hex 60 9C 16 26 0 56 27 57 4B 23
Octal 140 234 26 46 0 126 47 127 113 43
Binary 1100000 10011100 10110 100110 0 1010110 100111 1010111 1001011 100011

Color Harmonies of #609C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609C16

Black with #609C16

Text Example


Text Example

White with #609C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609C16; }

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

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

background-color css

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

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

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

border-color css

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

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

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