#609A2F

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

Shades of Limeade #609A2F

Tints of Limeade #609A2F

Color information

#609A2F (or 0x609A2F) is unknown color: approx Limeade. HEX triplet: 60, 9A and 2F. RGB value is (96,154,47). Sum of RGB (Red+Green+Blue) = 96+154+47=297 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.32% from 297); Green value is 154 (60.55% from 255 or 51.85% from 297); Blue value is 47 (18.75% from 255 or 15.82% from 297); Max value from RGB is 154 - color contains mainly: green. Hex color #609A2F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #609A2F is #9F65D0. Grayscale: #7C7C7C. Windows color (decimal): -10446289 or 3119712. OLE color: 3119712.

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

Color convert

RGB9615447-
CMYK0.3800.690.40
HSL92.52º53.23%39.41%-
HSV(B)92.52º69.48%60.39%-
XYZ16.8925.86.78-
YUV124.4684.28107.7-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.32%
GREEN value IS 154 (60.55% from 255) = 51.85%
BLUE value IS 47 (18.75% from 255) = 15.82%
R=32.32%
G=51.85%
B=15.82%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal96154470.3800.690.4092.5253.2339.41
Hex609A2F26045285d3527
Octal14023257460105501356547
Binary110000010011010101111100110010001011010001011101110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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