#25AA7C

Color #25AA7C Jungle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Green #25AA7C

Tints of Jungle Green #25AA7C

Color information

#25AA7C (or 0x25AA7C) is unknown color: approx Jungle Green. HEX triplet: 25, AA and 7C. RGB value is (37,170,124). Sum of RGB (Red+Green+Blue) = 37+170+124=331 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.18% from 331); Green value is 170 (66.80% from 255 or 51.36% from 331); Blue value is 124 (48.83% from 255 or 37.46% from 331); Max value from RGB is 170 - color contains mainly: green. Hex color #25AA7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25AA7C is #DA5583. Grayscale: #7D7D7D. Windows color (decimal): -14308740 or 8170021. OLE color: 8170021.

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

Color convert

RGB37170124-
CMYK0.7800.270.33
HSL159.25º64.25%40.59%-
HSV(B)159.25º78.24%66.67%-
XYZ18.7830.623.99-
YUV124.99127.4465.24-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.18%
GREEN value IS 170 (66.80% from 255) = 51.36%
BLUE value IS 124 (48.83% from 255) = 37.46%
R=11.18%
G=51.36%
B=37.46%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal371701240.7800.270.33159.2564.2540.59
Hex25AA7C4E01B219f4029
Octal452521741160334123710051
Binary1001011010101011111001001110011011100001100111111000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25AA7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #25AA7C;
 }
 .AnyTagClassName
 {
   color: #25AA7C;
 }
</style>
background-color css

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

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

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

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

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

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