Html Css Color HEX #147712 Green

📋 copy color: '#147712'

red 20 ◦ green 119 ◦ blue 18

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

Shades of Green #147712

Tints of Green #147712

RGB

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

 GREEN value IS 119 (46.88% from 255) = 75.8%

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

R = 12.74%
G = 75.8%
B = 11.46%

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

#147712 (or 0x147712) is known color: Green. HEX triplet: 14, 77 and 12. RGB value is (20,119,18). Sum of RGB (Red+Green+Blue) = 20+119+18=157 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.74% from 157); Green value is 119 (46.88% from 255 or 75.80% from 157); Blue value is 18 (7.42% from 255 or 11.46% from 157); Max value from RGB is 119 - color contains mainly: green. Hex color #147712 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147712 is #EB88ED. Grayscale: #4E4E4E. Windows color (decimal): -15436014 or 1210132. OLE color: 1210132.

HSL color Cylindrical-coordinate representation of color #147712: hue angle of 118.81º 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 #147712 is Cyan = 0.83, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.53.

Color convert

RGB 20 119 18 -
CMYK 0.83 0 0.85 0.53
HSL 118.81º 0.74% 0.27% -
HSV(B) 118.81º 0.85% 0.47% -
XYZ 6.99 13.39 2.79 -
YUV 77.89 94.2 86.71 -
System Red Green Blue C M Y K H S L
Decimal 20 119 18 0.83 0 0.85 0.53 118.81 0.74 0.27
Hex 14 77 12 53 0 55 35 77 4A 1B
Octal 24 167 22 123 0 125 65 167 112 33
Binary 10100 1110111 10010 1010011 0 1010101 110101 1110111 1001010 11011

Color Harmonies of #147712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147712

Black with #147712

Text Example


Text Example

White with #147712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147712; }

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

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

background-color css

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

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

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

border-color css

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

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

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