#609B30

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

Shades of Limeade #609B30

Tints of Limeade #609B30

Color information

#609B30 (or 0x609B30) is unknown color: approx Limeade. HEX triplet: 60, 9B and 30. RGB value is (96,155,48). Sum of RGB (Red+Green+Blue) = 96+155+48=299 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.11% from 299); Green value is 155 (60.94% from 255 or 51.84% from 299); Blue value is 48 (19.14% from 255 or 16.05% from 299); Max value from RGB is 155 - color contains mainly: green. Hex color #609B30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #609B30 is #9F64CF. Grayscale: #7D7D7D. Windows color (decimal): -10446032 or 3185504. OLE color: 3185504.

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

Color convert

RGB9615548-
CMYK0.3800.690.39
HSL93.08º52.71%39.8%-
HSV(B)93.08º69.03%60.78%-
XYZ17.0826.146.94-
YUV125.1684.45107.2-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.11%
GREEN value IS 155 (60.94% from 255) = 51.84%
BLUE value IS 48 (19.14% from 255) = 16.05%
R=32.11%
G=51.84%
B=16.05%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal96155480.3800.690.3993.0852.7139.8
Hex609B3026045275d3528
Octal14023360460105471356550
Binary110000010011011110000100110010001011001111011101110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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