Html Css Color HEX #609B11 Limeade

📋 copy color: '#609B11'

red 96 ◦ green 155 ◦ blue 17

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

Shades of Limeade #609B11

Tints of Limeade #609B11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.34%

R = 35.82%
G = 57.84%
B = 6.34%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.89

 K value IS 0.39

RGB Variations

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

Color information

#609B11 (or 0x609B11) is known color: Limeade. HEX triplet: 60, 9B and 11. RGB value is (96,155,17). Sum of RGB (Red+Green+Blue) = 96+155+17=268 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.82% from 268); Green value is 155 (60.94% from 255 or 57.84% from 268); Blue value is 17 (7.03% from 255 or 6.34% from 268); Max value from RGB is 155 - color contains mainly: green. Hex color #609B11 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #609B11 is #9F64EE. Grayscale: #7A7A7A. Windows color (decimal): -10446063 or 1153888. OLE color: 1153888.

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

Color convert

RGB 96 155 17 -
CMYK 0.38 0 0.89 0.39
HSL 85.65º 0.8% 0.34% -
HSV(B) 85.65º 0.89% 0.61% -
XYZ 16.65 25.97 4.67 -
YUV 121.63 68.95 109.72 -
System Red Green Blue C M Y K H S L
Decimal 96 155 17 0.38 0 0.89 0.39 85.65 0.8 0.34
Hex 60 9B 11 26 0 59 27 56 50 22
Octal 140 233 21 46 0 131 47 126 120 42
Binary 1100000 10011011 10001 100110 0 1011001 100111 1010110 1010000 100010

Color Harmonies of #609B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609B11

Black with #609B11

Text Example


Text Example

White with #609B11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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