Html Css Color HEX #12AB25 Forest Green

📋 copy color: '#12AB25'

red 18 ◦ green 171 ◦ blue 37

#12AB25
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Forest Green #12AB25

Tints of Forest Green #12AB25

RGB

 RED value IS 18 (7.42% from 255) = 7.96%

 GREEN value IS 171 (67.19% from 255) = 75.66%

 BLUE value IS 37 (14.84% from 255) = 16.37%

R = 7.96%
G = 75.66%
B = 16.37%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#12AB25 (or 0x12AB25) is known color: Forest Green. HEX triplet: 12, AB and 25. RGB value is (18,171,37). Sum of RGB (Red+Green+Blue) = 18+171+37=226 (29% of max value = 765). Red value is 18 (7.42% from 255 or 7.96% from 226); Green value is 171 (67.19% from 255 or 75.66% from 226); Blue value is 37 (14.84% from 255 or 16.37% from 226); Max value from RGB is 171 - color contains mainly: green. Hex color #12AB25 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12AB25 is #ED54DA. Grayscale: #6E6E6E. Windows color (decimal): -15553755 or 2468626. OLE color: 2468626.

HSL color Cylindrical-coordinate representation of color #12AB25: hue angle of 127.45º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12AB25 is Cyan = 0.89, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 171 37 -
CMYK 0.89 0 0.78 0.33
HSL 127.45º 0.81% 0.37% -
HSV(B) 127.45º 0.89% 0.67% -
XYZ 15.15 29.39 6.62 -
YUV 109.98 86.81 62.4 -
System Red Green Blue C M Y K H S L
Decimal 18 171 37 0.89 0 0.78 0.33 127.45 0.81 0.37
Hex 12 AB 25 59 0 4E 21 7F 51 25
Octal 22 253 45 131 0 116 41 177 121 45
Binary 10010 10101011 100101 1011001 0 1001110 100001 1111111 1010001 100101

Color Harmonies of #12AB25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AB25

Black with #12AB25

Text Example


Text Example

White with #12AB25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12AB25; }

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

 H1.HeaderClassName
 {
   color: #12AB25;
 }
 .AnyTagClassName
 {
   color: #12AB25;
 }
</style>

background-color css

<style>
 a { background-color: #12AB25; }

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

 div.DivClassName
 {
   background-color: #12AB25;
 }
 .BgClassName
 {
   background-color: #12AB25;
 }
</style>

border-color css

<style>
 span { border-color: #12AB25; }

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

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