#25A886

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

Shades of Jungle Green #25A886

Tints of Jungle Green #25A886

Color information

#25A886 (or 0x25A886) is unknown color: approx Jungle Green. HEX triplet: 25, A8 and 86. RGB value is (37,168,134). Sum of RGB (Red+Green+Blue) = 37+168+134=339 (44% of max value = 765). Red value is 37 (14.84% from 255 or 10.91% from 339); Green value is 168 (66.02% from 255 or 49.56% from 339); Blue value is 134 (52.73% from 255 or 39.53% from 339); Max value from RGB is 168 - color contains mainly: green. Hex color #25A886 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25A886 is #DA5779. Grayscale: #7C7C7C. Windows color (decimal): -14309242 or 8824869. OLE color: 8824869.

HSL color Cylindrical-coordinate representation of color #25A886: hue angle of 164.43º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #25A886 is Cyan = 0.78, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.34.

Color convert

RGB37168134-
CMYK0.7800.200.34
HSL164.43º63.9%40.2%-
HSV(B)164.43º77.98%65.88%-
XYZ19.0730.1227.36-
YUV124.96133.165.26-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.91%
GREEN value IS 168 (66.02% from 255) = 49.56%
BLUE value IS 134 (52.73% from 255) = 39.53%
R=10.91%
G=49.56%
B=39.53%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal371681340.7800.200.34164.4363.940.2
Hex25A8864E01422a44028
Octal452502061160244224410050
Binary10010110101000100001101001110010100100010101001001000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25A886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,168,134); }

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

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

 a { background-color: rgb(37,168,134); }

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

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

 span { border-color: rgb(37,168,134); }

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