Html Css Color HEX #609519 Limeade

📋 copy color: '#609519'

red 96 ◦ green 149 ◦ blue 25

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

Shades of Limeade #609519

Tints of Limeade #609519

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.26%

R = 35.56%
G = 55.19%
B = 9.26%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#609519 (or 0x609519) is known color: Limeade. HEX triplet: 60, 95 and 19. RGB value is (96,149,25). Sum of RGB (Red+Green+Blue) = 96+149+25=270 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.56% from 270); Green value is 149 (58.59% from 255 or 55.19% from 270); Blue value is 25 (10.16% from 255 or 9.26% from 270); Max value from RGB is 149 - color contains mainly: green. Hex color #609519 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #609519 is #9F6AE6. Grayscale: #777777. Windows color (decimal): -10447591 or 1676640. OLE color: 1676640.

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

Color convert

RGB 96 149 25 -
CMYK 0.36 0 0.83 0.42
HSL 85.65º 0.71% 0.34% -
HSV(B) 85.65º 0.83% 0.58% -
XYZ 15.75 24.05 4.73 -
YUV 119.02 74.94 111.58 -
System Red Green Blue C M Y K H S L
Decimal 96 149 25 0.36 0 0.83 0.42 85.65 0.71 0.34
Hex 60 95 19 24 0 53 2A 56 47 22
Octal 140 225 31 44 0 123 52 126 107 42
Binary 1100000 10010101 11001 100100 0 1010011 101010 1010110 1000111 100010

Color Harmonies of #609519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609519

Black with #609519

Text Example


Text Example

White with #609519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609519; }

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

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

background-color css

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

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

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

border-color css

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

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

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