#25af7a

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

Shades of Jungle Green #25AF7A

Tints of Jungle Green #25AF7A

Color information

#25AF7A (or 0x25AF7A) is unknown color: approx Jungle Green. HEX triplet: 25, AF and 7A. RGB value is (37,175,122). Sum of RGB (Red+Green+Blue) = 37+175+122=334 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.08% from 334); Green value is 175 (68.75% from 255 or 52.40% from 334); Blue value is 122 (48.05% from 255 or 36.53% from 334); Max value from RGB is 175 - color contains mainly: green. Hex color #25AF7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25AF7A is #DA5085. Grayscale: #7F7F7F. Windows color (decimal): -14307462 or 8040229. OLE color: 8040229.

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

Color convert

RGB37175122-
CMYK0.7900.300.31
HSL156.96º65.09%41.57%-
HSV(B)156.96º78.86%68.63%-
XYZ19.6132.4623.64-
YUV127.7124.7863.31-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.08%
GREEN value IS 175 (68.75% from 255) = 52.40%
BLUE value IS 122 (48.05% from 255) = 36.53%
R=11.08%
G=52.40%
B=36.53%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal371751220.7900.300.31156.9665.0941.57
Hex25AF7A4F01E1F9d412a
Octal452571721170363723510152
Binary100101101011111111010100111101111011111100111011000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25af7a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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