#609925

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

Shades of Limeade #609925

Tints of Limeade #609925

Color information

#609925 (or 0x609925) is unknown color: approx Limeade. HEX triplet: 60, 99 and 25. RGB value is (96,153,37). Sum of RGB (Red+Green+Blue) = 96+153+37=286 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.57% from 286); Green value is 153 (60.16% from 255 or 53.50% from 286); Blue value is 37 (14.84% from 255 or 12.94% from 286); Max value from RGB is 153 - color contains mainly: green. Hex color #609925 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #609925 is #9F66DA. Grayscale: #7B7B7B. Windows color (decimal): -10446555 or 2464096. OLE color: 2464096.

HSL color Cylindrical-coordinate representation of color #609925: hue angle of 89.48º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #609925 is Cyan = 0.37, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.4.

Color convert

RGB9615337-
CMYK0.3700.760.4
HSL89.48º61.05%37.25%-
HSV(B)89.48º75.82%60%-
XYZ16.5525.45.78-
YUV122.7379.62108.93-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.57%
GREEN value IS 153 (60.16% from 255) = 53.50%
BLUE value IS 37 (14.84% from 255) = 12.94%
R=33.57%
G=53.50%
B=12.94%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal96153370.3700.760.489.4861.0537.25
Hex6099252504C28593d25
Octal14023145450114501317545
Binary110000010011001100101100101010011001010001011001111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609925; }

 p { color: rgb(96,153,37); }

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

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

 a { background-color: rgb(96,153,37); }

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

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

 span { border-color: rgb(96,153,37); }

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