Html Css Color HEX #12A721 Forest Green

📋 copy color: '#12A721'

red 18 ◦ green 167 ◦ blue 33

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

Shades of Forest Green #12A721

Tints of Forest Green #12A721

RGB

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

 GREEN value IS 167 (65.63% from 255) = 76.61%

 BLUE value IS 33 (13.28% from 255) = 15.14%

R = 8.26%
G = 76.61%
B = 15.14%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.80

 K value IS 0.35

RGB Variations

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

Color information

#12A721 (or 0x12A721) is known color: Forest Green. HEX triplet: 12, A7 and 21. RGB value is (18,167,33). Sum of RGB (Red+Green+Blue) = 18+167+33=218 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.26% from 218); Green value is 167 (65.62% from 255 or 76.61% from 218); Blue value is 33 (13.28% from 255 or 15.14% from 218); Max value from RGB is 167 - color contains mainly: green. Hex color #12A721 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12A721 is #ED58DE. Grayscale: #6B6B6B. Windows color (decimal): -15554783 or 2205458. OLE color: 2205458.

HSL color Cylindrical-coordinate representation of color #12A721: hue angle of 126.04º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A721 is Cyan = 0.89, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.35.

Color convert

RGB 18 167 33 -
CMYK 0.89 0 0.80 0.35
HSL 126.04º 0.81% 0.36% -
HSV(B) 126.04º 0.89% 0.65% -
XYZ 14.34 27.88 6.06 -
YUV 107.17 86.14 64.4 -
System Red Green Blue C M Y K H S L
Decimal 18 167 33 0.89 0 0.80 0.35 126.04 0.81 0.36
Hex 12 A7 21 59 0 50 23 7E 51 24
Octal 22 247 41 131 0 120 43 176 121 44
Binary 10010 10100111 100001 1011001 0 1010000 100011 1111110 1010001 100100

Color Harmonies of #12A721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A721

Black with #12A721

Text Example


Text Example

White with #12A721

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,167,33); }

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

background-color css

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

 a { background-color: rgb(18,167,33); }

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

border-color css

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

 span { border-color: rgb(18,167,33); }

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