#609A1F

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

Shades of Limeade #609A1F

Tints of Limeade #609A1F

Color information

#609A1F (or 0x609A1F) is unknown color: approx Limeade. HEX triplet: 60, 9A and 1F. RGB value is (96,154,31). Sum of RGB (Red+Green+Blue) = 96+154+31=281 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.16% from 281); Green value is 154 (60.55% from 255 or 54.80% from 281); Blue value is 31 (12.5% from 255 or 11.03% from 281); Max value from RGB is 154 - color contains mainly: green. Hex color #609A1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #609A1F is #9F65E0. Grayscale: #7B7B7B. Windows color (decimal): -10446305 or 2071136. OLE color: 2071136.

HSL color Cylindrical-coordinate representation of color #609A1F: hue angle of 88.29º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #609A1F is Cyan = 0.38, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.40.

Color convert

RGB9615431-
CMYK0.3800.800.40
HSL88.29º66.49%36.27%-
HSV(B)88.29º79.87%60.39%-
XYZ16.6325.75.38-
YUV122.6476.28109-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.16%
GREEN value IS 154 (60.55% from 255) = 54.80%
BLUE value IS 31 (12.5% from 255) = 11.03%
R=34.16%
G=54.80%
B=11.03%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal96154310.3800.800.4088.2966.4936.27
Hex609A1F2605028584224
Octal140232374601205013010244
Binary110000010011010111111001100101000010100010110001000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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