Html Css Color HEX #609D10 Limeade

📋 copy color: '#609D10'

red 96 ◦ green 157 ◦ blue 16

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

Shades of Limeade #609D10

Tints of Limeade #609D10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.95%

R = 35.69%
G = 58.36%
B = 5.95%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.90

 K value IS 0.38

RGB Variations

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

Color information

#609D10 (or 0x609D10) is known color: Limeade. HEX triplet: 60, 9D and 10. RGB value is (96,157,16). Sum of RGB (Red+Green+Blue) = 96+157+16=269 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.69% from 269); Green value is 157 (61.72% from 255 or 58.36% from 269); Blue value is 16 (6.64% from 255 or 5.95% from 269); Max value from RGB is 157 - color contains mainly: green. Hex color #609D10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #609D10 is #9F62EF. Grayscale: #7B7B7B. Windows color (decimal): -10445552 or 1088864. OLE color: 1088864.

HSL color Cylindrical-coordinate representation of color #609D10: hue angle of 85.96º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #609D10 is Cyan = 0.39, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.38.

Color convert

RGB 96 157 16 -
CMYK 0.39 0 0.90 0.38
HSL 85.96º 0.82% 0.34% -
HSV(B) 85.96º 0.9% 0.62% -
XYZ 16.97 26.64 4.74 -
YUV 122.69 67.79 108.96 -
System Red Green Blue C M Y K H S L
Decimal 96 157 16 0.39 0 0.90 0.38 85.96 0.82 0.34
Hex 60 9D 10 27 0 5A 26 56 52 22
Octal 140 235 20 47 0 132 46 126 122 42
Binary 1100000 10011101 10000 100111 0 1011010 100110 1010110 1010010 100010

Color Harmonies of #609D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609D10

Black with #609D10

Text Example


Text Example

White with #609D10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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