#609A3F

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

Shades of Limeade #609A3F

Tints of Limeade #609A3F

Color information

#609A3F (or 0x609A3F) is unknown color: approx Limeade. HEX triplet: 60, 9A and 3F. RGB value is (96,154,63). Sum of RGB (Red+Green+Blue) = 96+154+63=313 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.67% from 313); Green value is 154 (60.55% from 255 or 49.20% from 313); Blue value is 63 (25% from 255 or 20.13% from 313); Max value from RGB is 154 - color contains mainly: green. Hex color #609A3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #609A3F is #9F65C0. Grayscale: #7E7E7E. Windows color (decimal): -10446273 or 4168288. OLE color: 4168288.

HSL color Cylindrical-coordinate representation of color #609A3F: hue angle of 98.24º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #609A3F is Cyan = 0.38, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.40.

Color convert

RGB9615463-
CMYK0.3800.590.40
HSL98.24º41.94%42.55%-
HSV(B)98.24º59.09%60.39%-
XYZ17.2825.968.8-
YUV126.2892.28106.4-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.67%
GREEN value IS 154 (60.55% from 255) = 49.20%
BLUE value IS 63 (25% from 255) = 20.13%
R=30.67%
G=49.20%
B=20.13%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal96154630.3800.590.4098.2441.9442.55
Hex609A3F2603B28622a2b
Octal1402327746073501425253
Binary11000001001101011111110011001110111010001100010101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,154,63); }

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

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

 a { background-color: rgb(96,154,63); }

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

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

 span { border-color: rgb(96,154,63); }

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