#25AE7A

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

Shades of Jungle Green #25AE7A

Tints of Jungle Green #25AE7A

Color information

#25AE7A (or 0x25AE7A) is unknown color: approx Jungle Green. HEX triplet: 25, AE and 7A. RGB value is (37,174,122). Sum of RGB (Red+Green+Blue) = 37+174+122=333 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.11% from 333); Green value is 174 (68.36% from 255 or 52.25% from 333); Blue value is 122 (48.05% from 255 or 36.64% from 333); Max value from RGB is 174 - color contains mainly: green. Hex color #25AE7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25AE7A is #DA5185. Grayscale: #7F7F7F. Windows color (decimal): -14307718 or 8039973. OLE color: 8039973.

HSL color Cylindrical-coordinate representation of color #25AE7A: hue angle of 157.23º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #25AE7A is Cyan = 0.79, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.32.

Color convert

RGB37174122-
CMYK0.7900.300.32
HSL157.23º64.93%41.37%-
HSV(B)157.23º78.74%68.24%-
XYZ19.4132.0723.58-
YUV127.11125.1163.73-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.11%
GREEN value IS 174 (68.36% from 255) = 52.25%
BLUE value IS 122 (48.05% from 255) = 36.64%
R=11.11%
G=52.25%
B=36.64%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal371741220.7900.300.32157.2364.9341.37
Hex25AE7A4F01E209d4129
Octal452561721170364023510151
Binary1001011010111011110101001111011110100000100111011000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25AE7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,174,122); }

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

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

 a { background-color: rgb(37,174,122); }

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

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

 span { border-color: rgb(37,174,122); }

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