Html Css Color HEX #609812 Limeade

📋 copy color: '#609812'

red 96 ◦ green 152 ◦ blue 18

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

Shades of Limeade #609812

Tints of Limeade #609812

RGB

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

 GREEN value IS 152 (59.77% from 255) = 57.14%

 BLUE value IS 18 (7.42% from 255) = 6.77%

R = 36.09%
G = 57.14%
B = 6.77%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.88

 K value IS 0.40

RGB Variations

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

Color information

#609812 (or 0x609812) is known color: Limeade. HEX triplet: 60, 98 and 12. RGB value is (96,152,18). Sum of RGB (Red+Green+Blue) = 96+152+18=266 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.09% from 266); Green value is 152 (59.77% from 255 or 57.14% from 266); Blue value is 18 (7.42% from 255 or 6.77% from 266); Max value from RGB is 152 - color contains mainly: green. Hex color #609812 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #609812 is #9F67ED. Grayscale: #787878. Windows color (decimal): -10446830 or 1218656. OLE color: 1218656.

HSL color Cylindrical-coordinate representation of color #609812: hue angle of 85.07º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #609812 is Cyan = 0.37, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.40.

Color convert

RGB 96 152 18 -
CMYK 0.37 0 0.88 0.40
HSL 85.07º 0.79% 0.33% -
HSV(B) 85.07º 0.88% 0.6% -
XYZ 16.16 24.99 4.54 -
YUV 119.98 70.45 110.9 -
System Red Green Blue C M Y K H S L
Decimal 96 152 18 0.37 0 0.88 0.40 85.07 0.79 0.33
Hex 60 98 12 25 0 58 28 55 4F 21
Octal 140 230 22 45 0 130 50 125 117 41
Binary 1100000 10011000 10010 100101 0 1011000 101000 1010101 1001111 100001

Color Harmonies of #609812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609812

Black with #609812

Text Example


Text Example

White with #609812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609812; }

 p { color: rgb(96,152,18); }

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

background-color css

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

 a { background-color: rgb(96,152,18); }

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

border-color css

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

 span { border-color: rgb(96,152,18); }

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