#25AD82

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

Shades of Jungle Green #25AD82

Tints of Jungle Green #25AD82

Color information

#25AD82 (or 0x25AD82) is unknown color: approx Jungle Green. HEX triplet: 25, AD and 82. RGB value is (37,173,130). Sum of RGB (Red+Green+Blue) = 37+173+130=340 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.88% from 340); Green value is 173 (67.97% from 255 or 50.88% from 340); Blue value is 130 (51.17% from 255 or 38.24% from 340); Max value from RGB is 173 - color contains mainly: green. Hex color #25AD82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25AD82 is #DA527D. Grayscale: #7F7F7F. Windows color (decimal): -14307966 or 8564005. OLE color: 8564005.

HSL color Cylindrical-coordinate representation of color #25AD82: hue angle of 161.03º 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 #25AD82 is Cyan = 0.79, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.32.

Color convert

RGB37173130-
CMYK0.7900.250.32
HSL161.03º64.76%41.18%-
HSV(B)161.03º78.61%67.84%-
XYZ19.7431.8926.23-
YUV127.43129.4463.5-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.88%
GREEN value IS 173 (67.97% from 255) = 50.88%
BLUE value IS 130 (51.17% from 255) = 38.24%
R=10.88%
G=50.88%
B=38.24%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal371731300.7900.250.32161.0364.7641.18
Hex25AD824F01920a14129
Octal452552021170314024110151
Binary10010110101101100000101001111011001100000101000011000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25AD82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,173,130); }

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

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

 a { background-color: rgb(37,173,130); }

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

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

 span { border-color: rgb(37,173,130); }

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