#609515

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

Shades of Limeade #609515

Tints of Limeade #609515

Color information

#609515 (or 0x609515) is unknown color: approx Limeade. HEX triplet: 60, 95 and 15. RGB value is (96,149,21). Sum of RGB (Red+Green+Blue) = 96+149+21=266 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.09% from 266); Green value is 149 (58.59% from 255 or 56.02% from 266); Blue value is 21 (8.59% from 255 or 7.89% from 266); Max value from RGB is 149 - color contains mainly: green. Hex color #609515 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #609515 is #9F6AEA. Grayscale: #777777. Windows color (decimal): -10447595 or 1414496. OLE color: 1414496.

HSL color Cylindrical-coordinate representation of color #609515: hue angle of 84.84º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #609515 is Cyan = 0.36, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB9614921-
CMYK0.3600.860.42
HSL84.84º75.29%33.33%-
HSV(B)84.84º85.91%58.43%-
XYZ15.7124.044.52-
YUV118.5672.94111.91-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.09%
GREEN value IS 149 (58.59% from 255) = 56.02%
BLUE value IS 21 (8.59% from 255) = 7.89%
R=36.09%
G=56.02%
B=7.89%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal96149210.3600.860.4284.8475.2933.33
Hex609515240562A554b21
Octal140225254401265212511341
Binary110000010010101101011001000101011010101010101011001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609515; }

 p { color: rgb(96,149,21); }

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

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

 a { background-color: rgb(96,149,21); }

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

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

 span { border-color: rgb(96,149,21); }

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