Html Css Color HEX #147812 Green

📋 copy color: '#147812'

red 20 ◦ green 120 ◦ blue 18

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

Shades of Green #147812

Tints of Green #147812

RGB

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

 GREEN value IS 120 (47.27% from 255) = 75.95%

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

R = 12.66%
G = 75.95%
B = 11.39%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.85

 K value IS 0.53

RGB Variations

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

Color information

#147812 (or 0x147812) is known color: Green. HEX triplet: 14, 78 and 12. RGB value is (20,120,18). Sum of RGB (Red+Green+Blue) = 20+120+18=158 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.66% from 158); Green value is 120 (47.27% from 255 or 75.95% from 158); Blue value is 18 (7.42% from 255 or 11.39% from 158); Max value from RGB is 120 - color contains mainly: green. Hex color #147812 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147812 is #EB87ED. Grayscale: #4E4E4E. Windows color (decimal): -15435758 or 1210388. OLE color: 1210388.

HSL color Cylindrical-coordinate representation of color #147812: hue angle of 118.82º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #147812 is Cyan = 0.83, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.53.

Color convert

RGB 20 120 18 -
CMYK 0.83 0 0.85 0.53
HSL 118.82º 0.74% 0.27% -
HSV(B) 118.82º 0.85% 0.47% -
XYZ 7.11 13.63 2.83 -
YUV 78.47 93.87 86.29 -
System Red Green Blue C M Y K H S L
Decimal 20 120 18 0.83 0 0.85 0.53 118.82 0.74 0.27
Hex 14 78 12 53 0 55 35 77 4A 1B
Octal 24 170 22 123 0 125 65 167 112 33
Binary 10100 1111000 10010 1010011 0 1010101 110101 1110111 1001010 11011

Color Harmonies of #147812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147812

Black with #147812

Text Example


Text Example

White with #147812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147812; }

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

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

background-color css

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

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

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

border-color css

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

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

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