Html Css Color HEX #147612 Green

📋 copy color: '#147612'

red 20 ◦ green 118 ◦ blue 18

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

Shades of Green #147612

Tints of Green #147612

RGB

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

 GREEN value IS 118 (46.48% from 255) = 75.64%

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

R = 12.82%
G = 75.64%
B = 11.54%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#147612 (or 0x147612) is known color: Green. HEX triplet: 14, 76 and 12. RGB value is (20,118,18). Sum of RGB (Red+Green+Blue) = 20+118+18=156 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.82% from 156); Green value is 118 (46.48% from 255 or 75.64% from 156); Blue value is 18 (7.42% from 255 or 11.54% from 156); Max value from RGB is 118 - color contains mainly: green. Hex color #147612 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147612 is #EB89ED. Grayscale: #4D4D4D. Windows color (decimal): -15436270 or 1209876. OLE color: 1209876.

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

Color convert

RGB 20 118 18 -
CMYK 0.83 0 0.85 0.54
HSL 118.8º 0.74% 0.27% -
HSV(B) 118.8º 0.85% 0.46% -
XYZ 6.88 13.15 2.75 -
YUV 77.3 94.53 87.13 -
System Red Green Blue C M Y K H S L
Decimal 20 118 18 0.83 0 0.85 0.54 118.8 0.74 0.27
Hex 14 76 12 53 0 55 36 77 4A 1B
Octal 24 166 22 123 0 125 66 167 112 33
Binary 10100 1110110 10010 1010011 0 1010101 110110 1110111 1001010 11011

Color Harmonies of #147612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147612

Black with #147612

Text Example


Text Example

White with #147612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147612; }

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

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

background-color css

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

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

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

border-color css

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

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

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