Html Css Color HEX #147212 Green

📋 copy color: '#147212'

red 20 ◦ green 114 ◦ blue 18

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

Shades of Green #147212

Tints of Green #147212

RGB

 RED value IS 20 (8.2% from 255) = 13.16%

 GREEN value IS 114 (44.92% from 255) = 75%

 BLUE value IS 18 (7.42% from 255) = 11.84%

R = 13.16%
G = 75%
B = 11.84%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#147212 (or 0x147212) is known color: Green. HEX triplet: 14, 72 and 12. RGB value is (20,114,18). Sum of RGB (Red+Green+Blue) = 20+114+18=152 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.16% from 152); Green value is 114 (44.92% from 255 or 75% from 152); Blue value is 18 (7.42% from 255 or 11.84% from 152); Max value from RGB is 114 - color contains mainly: green. Hex color #147212 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147212 is #EB8DED. Grayscale: #4B4B4B. Windows color (decimal): -15437294 or 1208852. OLE color: 1208852.

HSL color Cylindrical-coordinate representation of color #147212: hue angle of 118.75º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #147212 is Cyan = 0.82, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB 20 114 18 -
CMYK 0.82 0 0.84 0.55
HSL 118.75º 0.73% 0.26% -
HSV(B) 118.75º 0.84% 0.45% -
XYZ 6.41 12.23 2.59 -
YUV 74.95 95.86 88.81 -
System Red Green Blue C M Y K H S L
Decimal 20 114 18 0.82 0 0.84 0.55 118.75 0.73 0.26
Hex 14 72 12 52 0 54 37 77 49 1A
Octal 24 162 22 122 0 124 67 167 111 32
Binary 10100 1110010 10010 1010010 0 1010100 110111 1110111 1001001 11010

Color Harmonies of #147212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147212

Black with #147212

Text Example


Text Example

White with #147212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147212; }

 p { color: rgb(20,114,18); }

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

background-color css

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

 a { background-color: rgb(20,114,18); }

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

border-color css

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

 span { border-color: rgb(20,114,18); }

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