Html Css Color HEX #12A520 Forest Green

📋 copy color: '#12A520'

red 18 ◦ green 165 ◦ blue 32

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

Shades of Forest Green #12A520

Tints of Forest Green #12A520

RGB

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

 GREEN value IS 165 (64.84% from 255) = 76.74%

 BLUE value IS 32 (12.89% from 255) = 14.88%

R = 8.37%
G = 76.74%
B = 14.88%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#12A520 (or 0x12A520) is known color: Forest Green. HEX triplet: 12, A5 and 20. RGB value is (18,165,32). Sum of RGB (Red+Green+Blue) = 18+165+32=215 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.37% from 215); Green value is 165 (64.84% from 255 or 76.74% from 215); Blue value is 32 (12.89% from 255 or 14.88% from 215); Max value from RGB is 165 - color contains mainly: green. Hex color #12A520 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12A520 is #ED5ADF. Grayscale: #6A6A6A. Windows color (decimal): -15555296 or 2139410. OLE color: 2139410.

HSL color Cylindrical-coordinate representation of color #12A520: hue angle of 125.71º degrees, saturation: 0.8, 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 #12A520 is Cyan = 0.89, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB 18 165 32 -
CMYK 0.89 0 0.81 0.35
HSL 125.71º 0.8% 0.36% -
HSV(B) 125.71º 0.89% 0.65% -
XYZ 13.97 27.14 5.87 -
YUV 105.89 86.3 65.31 -
System Red Green Blue C M Y K H S L
Decimal 18 165 32 0.89 0 0.81 0.35 125.71 0.8 0.36
Hex 12 A5 20 59 0 51 23 7E 50 24
Octal 22 245 40 131 0 121 43 176 120 44
Binary 10010 10100101 100000 1011001 0 1010001 100011 1111110 1010000 100100

Color Harmonies of #12A520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A520

Black with #12A520

Text Example


Text Example

White with #12A520

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,165,32); }

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

background-color css

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

 a { background-color: rgb(18,165,32); }

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

border-color css

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

 span { border-color: rgb(18,165,32); }

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