#25AD12

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

Shades of Forest Green #25AD12

Tints of Forest Green #25AD12

Color information

#25AD12 (or 0x25AD12) is unknown color: approx Forest Green. HEX triplet: 25, AD and 12. RGB value is (37,173,18). Sum of RGB (Red+Green+Blue) = 37+173+18=228 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.23% from 228); Green value is 173 (67.97% from 255 or 75.88% from 228); Blue value is 18 (7.42% from 255 or 7.89% from 228); Max value from RGB is 173 - color contains mainly: green. Hex color #25AD12 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #25AD12 is #DA52ED. Grayscale: #737373. Windows color (decimal): -14308078 or 1223973. OLE color: 1223973.

HSL color Cylindrical-coordinate representation of color #25AD12: hue angle of 112.65º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #25AD12 is Cyan = 0.79, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB3717318-
CMYK0.7900.900.32
HSL112.65º81.15%37.45%-
HSV(B)112.65º89.6%67.84%-
XYZ15.8230.325.59-
YUV114.6773.4472.6-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.23%
GREEN value IS 173 (67.97% from 255) = 75.88%
BLUE value IS 18 (7.42% from 255) = 7.89%
R=16.23%
G=75.88%
B=7.89%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal37173180.7900.900.32112.6581.1537.45
Hex25AD124F05A20715125
Octal452552211701324016112145
Binary100101101011011001010011110101101010000011100011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25AD12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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