Html Css Color HEX #609620 Limeade

📋 copy color: '#609620'

red 96 ◦ green 150 ◦ blue 32

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

Shades of Limeade #609620

Tints of Limeade #609620

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 11.51%

R = 34.53%
G = 53.96%
B = 11.51%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#609620 (or 0x609620) is known color: Limeade. HEX triplet: 60, 96 and 20. RGB value is (96,150,32). Sum of RGB (Red+Green+Blue) = 96+150+32=278 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.53% from 278); Green value is 150 (58.98% from 255 or 53.96% from 278); Blue value is 32 (12.89% from 255 or 11.51% from 278); Max value from RGB is 150 - color contains mainly: green. Hex color #609620 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #609620 is #9F69DF. Grayscale: #787878. Windows color (decimal): -10447328 or 2135648. OLE color: 2135648.

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

Color convert

RGB 96 150 32 -
CMYK 0.36 0 0.79 0.41
HSL 87.46º 0.65% 0.36% -
HSV(B) 87.46º 0.79% 0.59% -
XYZ 15.99 24.4 5.23 -
YUV 120.4 78.11 110.59 -
System Red Green Blue C M Y K H S L
Decimal 96 150 32 0.36 0 0.79 0.41 87.46 0.65 0.36
Hex 60 96 20 24 0 4F 29 57 41 24
Octal 140 226 40 44 0 117 51 127 101 44
Binary 1100000 10010110 100000 100100 0 1001111 101001 1010111 1000001 100100

Color Harmonies of #609620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609620

Black with #609620

Text Example


Text Example

White with #609620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609620; }

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

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

background-color css

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

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

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

border-color css

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

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

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