#25A670

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

Shades of Jungle Green #25A670

Tints of Jungle Green #25A670

Color information

#25A670 (or 0x25A670) is unknown color: approx Jungle Green. HEX triplet: 25, A6 and 70. RGB value is (37,166,112). Sum of RGB (Red+Green+Blue) = 37+166+112=315 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.75% from 315); Green value is 166 (65.23% from 255 or 52.70% from 315); Blue value is 112 (44.14% from 255 or 35.56% from 315); Max value from RGB is 166 - color contains mainly: green. Hex color #25A670 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25A670 is #DA598F. Grayscale: #797979. Windows color (decimal): -14309776 or 7382565. OLE color: 7382565.

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

Color convert

RGB37166112-
CMYK0.7800.330.35
HSL154.88º63.55%39.8%-
HSV(B)154.88º77.71%65.1%-
XYZ17.3228.8419.98-
YUV121.27122.7667.89-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.75%
GREEN value IS 166 (65.23% from 255) = 52.70%
BLUE value IS 112 (44.14% from 255) = 35.56%
R=11.75%
G=52.70%
B=35.56%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal371661120.7800.330.35154.8863.5539.8
Hex25A6704E021239b4028
Octal452461601160414323310050
Binary10010110100110111000010011100100001100011100110111000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25A670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,166,112); }

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

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

 a { background-color: rgb(37,166,112); }

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

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

 span { border-color: rgb(37,166,112); }

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