#25A660

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

Shades of Eucalyptus #25A660

Tints of Eucalyptus #25A660

Color information

#25A660 (or 0x25A660) is unknown color: approx Eucalyptus. HEX triplet: 25, A6 and 60. RGB value is (37,166,96). Sum of RGB (Red+Green+Blue) = 37+166+96=299 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.37% from 299); Green value is 166 (65.23% from 255 or 55.52% from 299); Blue value is 96 (37.89% from 255 or 32.11% from 299); Max value from RGB is 166 - color contains mainly: green. Hex color #25A660 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25A660 is #DA599F. Grayscale: #777777. Windows color (decimal): -14309792 or 6333989. OLE color: 6333989.

HSL color Cylindrical-coordinate representation of color #25A660: hue angle of 147.44º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #25A660 is Cyan = 0.78, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB3716696-
CMYK0.7800.420.35
HSL147.44º63.55%39.8%-
HSV(B)147.44º77.71%65.1%-
XYZ16.5128.5115.7-
YUV119.45114.7669.19-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.37%
GREEN value IS 166 (65.23% from 255) = 55.52%
BLUE value IS 96 (37.89% from 255) = 32.11%
R=12.37%
G=55.52%
B=32.11%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal37166960.7800.420.35147.4463.5539.8
Hex25A6604E02A23934028
Octal452461401160524322310050
Binary10010110100110110000010011100101010100011100100111000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25A660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25A660; }

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

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

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

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

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

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

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

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