Html Css Color HEX #25AA68 Eucalyptus

📋 copy color: '#25AA68'

red 37 ◦ green 170 ◦ blue 104

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

Shades of Eucalyptus #25AA68

Tints of Eucalyptus #25AA68

RGB

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

 GREEN value IS 170 (66.8% from 255) = 54.66%

 BLUE value IS 104 (41.02% from 255) = 33.44%

R = 11.9%
G = 54.66%
B = 33.44%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#25AA68 (or 0x25AA68) is known color: Eucalyptus. HEX triplet: 25, AA and 68. RGB value is (37,170,104). Sum of RGB (Red+Green+Blue) = 37+170+104=311 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.90% from 311); Green value is 170 (66.80% from 255 or 54.66% from 311); Blue value is 104 (41.02% from 255 or 33.44% from 311); Max value from RGB is 170 - color contains mainly: green. Hex color #25AA68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25AA68 is #DA5597. Grayscale: #7A7A7A. Windows color (decimal): -14308760 or 6859301. OLE color: 6859301.

HSL color Cylindrical-coordinate representation of color #25AA68: hue angle of 150.23º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #25AA68 is Cyan = 0.78, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB 37 170 104 -
CMYK 0.78 0 0.39 0.33
HSL 150.23º 0.64% 0.41% -
HSV(B) 150.23º 0.78% 0.67% -
XYZ 17.64 30.14 17.99 -
YUV 122.71 117.44 66.87 -
System Red Green Blue C M Y K H S L
Decimal 37 170 104 0.78 0 0.39 0.33 150.23 0.64 0.41
Hex 25 AA 68 4E 0 27 21 96 40 29
Octal 45 252 150 116 0 47 41 226 100 51
Binary 100101 10101010 1101000 1001110 0 100111 100001 10010110 1000000 101001

Color Harmonies of #25AA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25AA68

Black with #25AA68

Text Example


Text Example

White with #25AA68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,170,104); }

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

background-color css

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

 a { background-color: rgb(37,170,104); }

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

border-color css

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

 span { border-color: rgb(37,170,104); }

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