#609b16

Color #609B16 Limeade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limeade #609B16

Tints of Limeade #609B16

Color information

#609B16 (or 0x609B16) is unknown color: approx 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

RGB9615522-
CMYK0.3800.860.39
HSL86.62º75.14%34.71%-
HSV(B)86.62º85.81%60.78%-
XYZ16.6925.994.9-
YUV122.271.45109.31-

RGB Variations

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

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 (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal96155220.3800.860.3986.6275.1434.71
Hex609B162605627574b23
Octal140233264601264712711343
Binary110000010011011101101001100101011010011110101111001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609b16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>