#609C0F

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

Shades of Limeade #609C0F

Tints of Limeade #609C0F

Color information

#609C0F (or 0x609C0F) is unknown color: approx Limeade. HEX triplet: 60, 9C and 0F. RGB value is (96,156,15). Sum of RGB (Red+Green+Blue) = 96+156+15=267 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.96% from 267); Green value is 156 (61.33% from 255 or 58.43% from 267); Blue value is 15 (6.25% from 255 or 5.62% from 267); Max value from RGB is 156 - color contains mainly: green. Hex color #609C0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #609C0F is #9F63F0. Grayscale: #7A7A7A. Windows color (decimal): -10445809 or 1023072. OLE color: 1023072.

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

Color convert

RGB9615615-
CMYK0.3800.900.39
HSL85.53º82.46%33.53%-
HSV(B)85.53º90.38%61.18%-
XYZ16.826.34.64-
YUV121.9967.62109.46-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.96%
GREEN value IS 156 (61.33% from 255) = 58.43%
BLUE value IS 15 (6.25% from 255) = 5.62%
R=35.96%
G=58.43%
B=5.62%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal96156150.3800.900.3985.5382.4633.53
Hex609CF2605A27565222
Octal140234174601324712612242
Binary11000001001110011111001100101101010011110101101010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,156,15); }

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

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

 a { background-color: rgb(96,156,15); }

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

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

 span { border-color: rgb(96,156,15); }

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