#25A885

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

Shades of Jungle Green #25A885

Tints of Jungle Green #25A885

Color information

#25A885 (or 0x25A885) is unknown color: approx Jungle Green. HEX triplet: 25, A8 and 85. RGB value is (37,168,133). Sum of RGB (Red+Green+Blue) = 37+168+133=338 (44% of max value = 765). Red value is 37 (14.84% from 255 or 10.95% from 338); Green value is 168 (66.02% from 255 or 49.70% from 338); Blue value is 133 (52.34% from 255 or 39.35% from 338); Max value from RGB is 168 - color contains mainly: green. Hex color #25A885 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25A885 is #DA577A. Grayscale: #7C7C7C. Windows color (decimal): -14309243 or 8759333. OLE color: 8759333.

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

Color convert

RGB37168133-
CMYK0.7800.210.34
HSL163.97º63.9%40.2%-
HSV(B)163.97º77.98%65.88%-
XYZ1930.0927-
YUV124.84132.665.35-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.95%
GREEN value IS 168 (66.02% from 255) = 49.70%
BLUE value IS 133 (52.34% from 255) = 39.35%
R=10.95%
G=49.70%
B=39.35%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal371681330.7800.210.34163.9763.940.2
Hex25A8854E01522a44028
Octal452502051160254224410050
Binary10010110101000100001011001110010101100010101001001000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25A885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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