Html Css Color HEX #609B16 Limeade

📋 copy color: '#609B16'

red 96 ◦ green 155 ◦ blue 22

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

Shades of Limeade #609B16

Tints of Limeade #609B16

RGB

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

 GREEN value IS 155 (60.94% from 255) = 56.78%

 BLUE value IS 22 (8.98% from 255) = 8.06%

R = 35.16%
G = 56.78%
B = 8.06%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.86

 K value IS 0.39

RGB Variations

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

Color information

#609B16 (or 0x609B16) is known color: Limeade. HEX triplet: 60, 9B and 16. RGB value is (96,155,22). Sum of RGB (Red+Green+Blue) = 96+155+22=273 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.16% from 273); Green value is 155 (60.94% from 255 or 56.78% from 273); Blue value is 22 (8.98% from 255 or 8.06% from 273); Max value from RGB is 155 - color contains mainly: green. Hex color #609B16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #609B16 is #9F64E9. Grayscale: #7A7A7A. Windows color (decimal): -10446058 or 1481568. OLE color: 1481568.

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

Color convert

RGB 96 155 22 -
CMYK 0.38 0 0.86 0.39
HSL 86.62º 0.75% 0.35% -
HSV(B) 86.62º 0.86% 0.61% -
XYZ 16.69 25.99 4.9 -
YUV 122.2 71.45 109.31 -
System Red Green Blue C M Y K H S L
Decimal 96 155 22 0.38 0 0.86 0.39 86.62 0.75 0.35
Hex 60 9B 16 26 0 56 27 57 4B 23
Octal 140 233 26 46 0 126 47 127 113 43
Binary 1100000 10011011 10110 100110 0 1010110 100111 1010111 1001011 100011

Color Harmonies of #609B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609B16

Black with #609B16

Text Example


Text Example

White with #609B16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,155,22); }

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

background-color css

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

 a { background-color: rgb(96,155,22); }

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

border-color css

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

 span { border-color: rgb(96,155,22); }

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