Html Css Color HEX #147512 Green

📋 copy color: '#147512'

red 20 ◦ green 117 ◦ blue 18

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

Shades of Green #147512

Tints of Green #147512

RGB

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

 GREEN value IS 117 (46.09% from 255) = 75.48%

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

R = 12.9%
G = 75.48%
B = 11.61%

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

#147512 (or 0x147512) is known color: Green. HEX triplet: 14, 75 and 12. RGB value is (20,117,18). Sum of RGB (Red+Green+Blue) = 20+117+18=155 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.90% from 155); Green value is 117 (46.09% from 255 or 75.48% from 155); Blue value is 18 (7.42% from 255 or 11.61% from 155); Max value from RGB is 117 - color contains mainly: green. Hex color #147512 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147512 is #EB8AED. Grayscale: #4D4D4D. Windows color (decimal): -15436526 or 1209620. OLE color: 1209620.

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

Color convert

RGB 20 117 18 -
CMYK 0.83 0 0.85 0.54
HSL 118.79º 0.73% 0.26% -
HSV(B) 118.79º 0.85% 0.46% -
XYZ 6.76 12.91 2.71 -
YUV 76.71 94.86 87.55 -
System Red Green Blue C M Y K H S L
Decimal 20 117 18 0.83 0 0.85 0.54 118.79 0.73 0.26
Hex 14 75 12 53 0 55 36 77 49 1A
Octal 24 165 22 123 0 125 66 167 111 32
Binary 10100 1110101 10010 1010011 0 1010101 110110 1110111 1001001 11010

Color Harmonies of #147512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147512

Black with #147512

Text Example


Text Example

White with #147512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147512; }

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

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

background-color css

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

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

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

border-color css

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

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

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