Html Css Color HEX #25AA69 Eucalyptus

📋 copy color: '#25AA69'

red 37 ◦ green 170 ◦ blue 105

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

Shades of Eucalyptus #25AA69

Tints of Eucalyptus #25AA69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 33.65%

R = 11.86%
G = 54.49%
B = 33.65%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#25AA69 (or 0x25AA69) is known color: Eucalyptus. HEX triplet: 25, AA and 69. RGB value is (37,170,105). Sum of RGB (Red+Green+Blue) = 37+170+105=312 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.86% from 312); Green value is 170 (66.80% from 255 or 54.49% from 312); Blue value is 105 (41.41% from 255 or 33.65% from 312); Max value from RGB is 170 - color contains mainly: green. Hex color #25AA69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25AA69 is #DA5596. Grayscale: #7A7A7A. Windows color (decimal): -14308759 or 6924837. OLE color: 6924837.

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

Color convert

RGB 37 170 105 -
CMYK 0.78 0 0.38 0.33
HSL 150.68º 0.64% 0.41% -
HSV(B) 150.68º 0.78% 0.67% -
XYZ 17.69 30.16 18.25 -
YUV 122.82 117.94 66.79 -
System Red Green Blue C M Y K H S L
Decimal 37 170 105 0.78 0 0.38 0.33 150.68 0.64 0.41
Hex 25 AA 69 4E 0 26 21 97 40 29
Octal 45 252 151 116 0 46 41 227 100 51
Binary 100101 10101010 1101001 1001110 0 100110 100001 10010111 1000000 101001

Color Harmonies of #25AA69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25AA69

Black with #25AA69

Text Example


Text Example

White with #25AA69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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