#609B12

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

Shades of Limeade #609B12

Tints of Limeade #609B12

Color information

#609B12 (or 0x609B12) is unknown color: approx Limeade. HEX triplet: 60, 9B and 12. RGB value is (96,155,18). Sum of RGB (Red+Green+Blue) = 96+155+18=269 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.69% from 269); Green value is 155 (60.94% from 255 or 57.62% from 269); Blue value is 18 (7.42% from 255 or 6.69% from 269); Max value from RGB is 155 - color contains mainly: green. Hex color #609B12 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #609B12 is #9F64ED. Grayscale: #7A7A7A. Windows color (decimal): -10446062 or 1219424. OLE color: 1219424.

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

Color convert

RGB9615518-
CMYK0.3800.880.39
HSL85.84º79.19%33.92%-
HSV(B)85.84º88.39%60.78%-
XYZ16.6525.974.71-
YUV121.7469.45109.64-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.69%
GREEN value IS 155 (60.94% from 255) = 57.62%
BLUE value IS 18 (7.42% from 255) = 6.69%
R=35.69%
G=57.62%
B=6.69%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal96155180.3800.880.3985.8479.1933.92
Hex609B122605827564f22
Octal140233224601304712611742
Binary110000010011011100101001100101100010011110101101001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #609B12;
 }
 .AnyTagClassName
 {
   color: #609B12;
 }
</style>
background-color css

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

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

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

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

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

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