Html Css Color HEX #609D14 Limeade

📋 copy color: '#609D14'

red 96 ◦ green 157 ◦ blue 20

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

Shades of Limeade #609D14

Tints of Limeade #609D14

RGB

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

 GREEN value IS 157 (61.72% from 255) = 57.51%

 BLUE value IS 20 (8.2% from 255) = 7.33%

R = 35.16%
G = 57.51%
B = 7.33%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.87

 K value IS 0.38

RGB Variations

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

Color information

#609D14 (or 0x609D14) is known color: Limeade. HEX triplet: 60, 9D and 14. RGB value is (96,157,20). Sum of RGB (Red+Green+Blue) = 96+157+20=273 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.16% from 273); Green value is 157 (61.72% from 255 or 57.51% from 273); Blue value is 20 (8.20% from 255 or 7.33% from 273); Max value from RGB is 157 - color contains mainly: green. Hex color #609D14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #609D14 is #9F62EB. Grayscale: #7B7B7B. Windows color (decimal): -10445548 or 1351008. OLE color: 1351008.

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

Color convert

RGB 96 157 20 -
CMYK 0.39 0 0.87 0.38
HSL 86.72º 0.77% 0.35% -
HSV(B) 86.72º 0.87% 0.62% -
XYZ 17.01 26.65 4.91 -
YUV 123.14 69.79 108.64 -
System Red Green Blue C M Y K H S L
Decimal 96 157 20 0.39 0 0.87 0.38 86.72 0.77 0.35
Hex 60 9D 14 27 0 57 26 57 4D 23
Octal 140 235 24 47 0 127 46 127 115 43
Binary 1100000 10011101 10100 100111 0 1010111 100110 1010111 1001101 100011

Color Harmonies of #609D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609D14

Black with #609D14

Text Example


Text Example

White with #609D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,157,20); }

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

background-color css

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

 a { background-color: rgb(96,157,20); }

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

border-color css

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

 span { border-color: rgb(96,157,20); }

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