Html Css Color HEX #12A327 Forest Green

📋 copy color: '#12A327'

red 18 ◦ green 163 ◦ blue 39

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

Shades of Forest Green #12A327

Tints of Forest Green #12A327

RGB

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

 GREEN value IS 163 (64.06% from 255) = 74.09%

 BLUE value IS 39 (15.63% from 255) = 17.73%

R = 8.18%
G = 74.09%
B = 17.73%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.76

 K value IS 0.36

RGB Variations

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

Color information

#12A327 (or 0x12A327) is known color: Forest Green. HEX triplet: 12, A3 and 27. RGB value is (18,163,39). Sum of RGB (Red+Green+Blue) = 18+163+39=220 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.18% from 220); Green value is 163 (64.06% from 255 or 74.09% from 220); Blue value is 39 (15.62% from 255 or 17.73% from 220); Max value from RGB is 163 - color contains mainly: green. Hex color #12A327 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12A327 is #ED5CD8. Grayscale: #696969. Windows color (decimal): -15555801 or 2597650. OLE color: 2597650.

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

Color convert

RGB 18 163 39 -
CMYK 0.89 0 0.76 0.36
HSL 128.69º 0.8% 0.35% -
HSV(B) 128.69º 0.89% 0.64% -
XYZ 13.71 26.47 6.31 -
YUV 105.51 90.46 65.58 -
System Red Green Blue C M Y K H S L
Decimal 18 163 39 0.89 0 0.76 0.36 128.69 0.8 0.35
Hex 12 A3 27 59 0 4C 24 81 50 23
Octal 22 243 47 131 0 114 44 201 120 43
Binary 10010 10100011 100111 1011001 0 1001100 100100 10000001 1010000 100011

Color Harmonies of #12A327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A327

Black with #12A327

Text Example


Text Example

White with #12A327

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,163,39); }

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

background-color css

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

 a { background-color: rgb(18,163,39); }

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

border-color css

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

 span { border-color: rgb(18,163,39); }

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