#25AD88

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

Shades of Jungle Green #25AD88

Tints of Jungle Green #25AD88

Color information

#25AD88 (or 0x25AD88) is unknown color: approx Jungle Green. HEX triplet: 25, AD and 88. RGB value is (37,173,136). Sum of RGB (Red+Green+Blue) = 37+173+136=346 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.69% from 346); Green value is 173 (67.97% from 255 or 50% from 346); Blue value is 136 (53.52% from 255 or 39.31% from 346); Max value from RGB is 173 - color contains mainly: green. Hex color #25AD88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25AD88 is #DA5277. Grayscale: #808080. Windows color (decimal): -14307960 or 8957221. OLE color: 8957221.

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

Color convert

RGB37173136-
CMYK0.7900.210.32
HSL163.68º64.76%41.18%-
HSV(B)163.68º78.61%67.84%-
XYZ20.1532.0628.42-
YUV128.12132.4463.01-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.69%
GREEN value IS 173 (67.97% from 255) = 50%
BLUE value IS 136 (53.52% from 255) = 39.31%
R=10.69%
G=50%
B=39.31%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal371731360.7900.210.32163.6864.7641.18
Hex25AD884F01520a44129
Octal452552101170254024410151
Binary10010110101101100010001001111010101100000101001001000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25AD88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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