Html Css Color HEX #25A06F Eucalyptus

📋 copy color: '#25A06F'

red 37 ◦ green 160 ◦ blue 111

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

Shades of Eucalyptus #25A06F

Tints of Eucalyptus #25A06F

RGB

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

 GREEN value IS 160 (62.89% from 255) = 51.95%

 BLUE value IS 111 (43.75% from 255) = 36.04%

R = 12.01%
G = 51.95%
B = 36.04%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.31

 K value IS 0.37

RGB Variations

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

Color information

#25A06F (or 0x25A06F) is known color: Eucalyptus. HEX triplet: 25, A0 and 6F. RGB value is (37,160,111). Sum of RGB (Red+Green+Blue) = 37+160+111=308 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.01% from 308); Green value is 160 (62.89% from 255 or 51.95% from 308); Blue value is 111 (43.75% from 255 or 36.04% from 308); Max value from RGB is 160 - color contains mainly: green. Hex color #25A06F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25A06F is #DA5F90. Grayscale: #757575. Windows color (decimal): -14311313 or 7315493. OLE color: 7315493.

HSL color Cylindrical-coordinate representation of color #25A06F: hue angle of 156.1º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #25A06F is Cyan = 0.77, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.37.

Color convert

RGB 37 160 111 -
CMYK 0.77 0 0.31 0.37
HSL 156.1º 0.62% 0.39% -
HSV(B) 156.1º 0.77% 0.63% -
XYZ 16.2 26.68 19.34 -
YUV 117.64 124.25 70.48 -
System Red Green Blue C M Y K H S L
Decimal 37 160 111 0.77 0 0.31 0.37 156.1 0.62 0.39
Hex 25 A0 6F 4D 0 1F 25 9C 3E 27
Octal 45 240 157 115 0 37 45 234 76 47
Binary 100101 10100000 1101111 1001101 0 11111 100101 10011100 111110 100111

Color Harmonies of #25A06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25A06F

Black with #25A06F

Text Example


Text Example

White with #25A06F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,160,111); }

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

background-color css

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

 a { background-color: rgb(37,160,111); }

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

border-color css

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

 span { border-color: rgb(37,160,111); }

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