#609B3A

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

Shades of Limeade #609B3A

Tints of Limeade #609B3A

Color information

#609B3A (or 0x609B3A) is unknown color: approx Limeade. HEX triplet: 60, 9B and 3A. RGB value is (96,155,58). Sum of RGB (Red+Green+Blue) = 96+155+58=309 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.07% from 309); Green value is 155 (60.94% from 255 or 50.16% from 309); Blue value is 58 (23.05% from 255 or 18.77% from 309); Max value from RGB is 155 - color contains mainly: green. Hex color #609B3A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #609B3A is #9F64C5. Grayscale: #7E7E7E. Windows color (decimal): -10446022 or 3840864. OLE color: 3840864.

HSL color Cylindrical-coordinate representation of color #609B3A: hue angle of 96.49º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #609B3A is Cyan = 0.38, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.39.

Color convert

RGB9615558-
CMYK0.3800.630.39
HSL96.49º45.54%41.76%-
HSV(B)96.49º62.58%60.78%-
XYZ17.3126.238.15-
YUV126.389.45106.39-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.07%
GREEN value IS 155 (60.94% from 255) = 50.16%
BLUE value IS 58 (23.05% from 255) = 18.77%
R=31.07%
G=50.16%
B=18.77%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal96155580.3800.630.3996.4945.5441.76
Hex609B3A2603F27602e2a
Octal1402337246077471405652
Binary11000001001101111101010011001111111001111100000101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,155,58); }

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

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

 a { background-color: rgb(96,155,58); }

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

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

 span { border-color: rgb(96,155,58); }

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