Html Css Color HEX #25A960 Eucalyptus

📋 copy color: '#25A960'

red 37 ◦ green 169 ◦ blue 96

#25A960
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eucalyptus #25A960

Tints of Eucalyptus #25A960

RGB

 RED value IS 37 (14.84% from 255) = 12.25%

 GREEN value IS 169 (66.41% from 255) = 55.96%

 BLUE value IS 96 (37.89% from 255) = 31.79%

R = 12.25%
G = 55.96%
B = 31.79%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.43

 K value IS 0.34

RGB Variations

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

Color information

#25A960 (or 0x25A960) is known color: Eucalyptus. HEX triplet: 25, A9 and 60. RGB value is (37,169,96). Sum of RGB (Red+Green+Blue) = 37+169+96=302 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.25% from 302); Green value is 169 (66.41% from 255 or 55.96% from 302); Blue value is 96 (37.89% from 255 or 31.79% from 302); Max value from RGB is 169 - color contains mainly: green. Hex color #25A960 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25A960 is #DA569F. Grayscale: #797979. Windows color (decimal): -14309024 or 6334757. OLE color: 6334757.

HSL color Cylindrical-coordinate representation of color #25A960: hue angle of 146.82º 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 #25A960 is Cyan = 0.78, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.34.

Color convert

RGB 37 169 96 -
CMYK 0.78 0 0.43 0.34
HSL 146.82º 0.64% 0.4% -
HSV(B) 146.82º 0.78% 0.66% -
XYZ 17.06 29.61 15.88 -
YUV 121.21 113.77 67.94 -
System Red Green Blue C M Y K H S L
Decimal 37 169 96 0.78 0 0.43 0.34 146.82 0.64 0.4
Hex 25 A9 60 4E 0 2B 22 93 40 28
Octal 45 251 140 116 0 53 42 223 100 50
Binary 100101 10101001 1100000 1001110 0 101011 100010 10010011 1000000 101000

Color Harmonies of #25A960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25A960

Black with #25A960

Text Example


Text Example

White with #25A960

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #25A960;
 }
 .AnyTagClassName
 {
   color: #25A960;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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