Html Css Color HEX #25A96A Eucalyptus

📋 copy color: '#25A96A'

red 37 ◦ green 169 ◦ blue 106

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

Shades of Eucalyptus #25A96A

Tints of Eucalyptus #25A96A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 33.97%

R = 11.86%
G = 54.17%
B = 33.97%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.37

 K value IS 0.34

RGB Variations

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

Color information

#25A96A (or 0x25A96A) is known color: Eucalyptus. HEX triplet: 25, A9 and 6A. RGB value is (37,169,106). Sum of RGB (Red+Green+Blue) = 37+169+106=312 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.86% from 312); Green value is 169 (66.41% from 255 or 54.17% from 312); Blue value is 106 (41.80% from 255 or 33.97% from 312); Max value from RGB is 169 - color contains mainly: green. Hex color #25A96A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25A96A is #DA5695. Grayscale: #7A7A7A. Windows color (decimal): -14309014 or 6990117. OLE color: 6990117.

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

Color convert

RGB 37 169 106 -
CMYK 0.78 0 0.37 0.34
HSL 151.36º 0.64% 0.4% -
HSV(B) 151.36º 0.78% 0.66% -
XYZ 17.55 29.81 18.46 -
YUV 122.35 118.77 67.12 -
System Red Green Blue C M Y K H S L
Decimal 37 169 106 0.78 0 0.37 0.34 151.36 0.64 0.4
Hex 25 A9 6A 4E 0 25 22 97 40 28
Octal 45 251 152 116 0 45 42 227 100 50
Binary 100101 10101001 1101010 1001110 0 100101 100010 10010111 1000000 101000

Color Harmonies of #25A96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25A96A

Black with #25A96A

Text Example


Text Example

White with #25A96A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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