#25B486

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

Shades of Jungle Green #25B486

Tints of Jungle Green #25B486

Color information

#25B486 (or 0x25B486) is unknown color: approx Jungle Green. HEX triplet: 25, B4 and 86. RGB value is (37,180,134). Sum of RGB (Red+Green+Blue) = 37+180+134=351 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.54% from 351); Green value is 180 (70.70% from 255 or 51.28% from 351); Blue value is 134 (52.73% from 255 or 38.18% from 351); Max value from RGB is 180 - color contains mainly: green. Hex color #25B486 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25B486 is #DA4B79. Grayscale: #848484. Windows color (decimal): -14306170 or 8827941. OLE color: 8827941.

HSL color Cylindrical-coordinate representation of color #25B486: hue angle of 160.7º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #25B486 is Cyan = 0.79, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB37180134-
CMYK0.7900.260.29
HSL160.7º65.9%42.55%-
HSV(B)160.7º79.44%70.59%-
XYZ21.3934.7628.14-
YUV132129.1260.24-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.54%
GREEN value IS 180 (70.70% from 255) = 51.28%
BLUE value IS 134 (52.73% from 255) = 38.18%
R=10.54%
G=51.28%
B=38.18%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal371801340.7900.260.29160.765.942.55
Hex25B4864F01A1Da1422b
Octal452642061170323524110253
Binary1001011011010010000110100111101101011101101000011000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25B486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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