#25a860

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

Shades of Eucalyptus #25A860

Tints of Eucalyptus #25A860

Color information

#25A860 (or 0x25A860) is unknown color: approx Eucalyptus. HEX triplet: 25, A8 and 60. RGB value is (37,168,96). Sum of RGB (Red+Green+Blue) = 37+168+96=301 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.29% from 301); Green value is 168 (66.02% from 255 or 55.81% from 301); Blue value is 96 (37.89% from 255 or 31.89% from 301); Max value from RGB is 168 - color contains mainly: green. Hex color #25A860 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25A860 is #DA579F. Grayscale: #787878. Windows color (decimal): -14309280 or 6334501. OLE color: 6334501.

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

Color convert

RGB3716896-
CMYK0.7800.430.34
HSL147.02º63.9%40.2%-
HSV(B)147.02º77.98%65.88%-
XYZ16.8829.2415.82-
YUV120.62114.168.35-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.29%
GREEN value IS 168 (66.02% from 255) = 55.81%
BLUE value IS 96 (37.89% from 255) = 31.89%
R=12.29%
G=55.81%
B=31.89%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal37168960.7800.430.34147.0263.940.2
Hex25A8604E02B22934028
Octal452501401160534222310050
Binary10010110101000110000010011100101011100010100100111000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25a860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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