Html Css Color HEX #147F0C Green

📋 copy color: '#147F0C'

red 20 ◦ green 127 ◦ blue 12

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

Shades of Green #147F0C

Tints of Green #147F0C

RGB

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

 GREEN value IS 127 (50% from 255) = 79.87%

 BLUE value IS 12 (5.08% from 255) = 7.55%

R = 12.58%
G = 79.87%
B = 7.55%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.91

 K value IS 0.50

RGB Variations

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

Color information

#147F0C (or 0x147F0C) is known color: Green. HEX triplet: 14, 7F and 0C. RGB value is (20,127,12). Sum of RGB (Red+Green+Blue) = 20+127+12=159 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.58% from 159); Green value is 127 (50% from 255 or 79.87% from 159); Blue value is 12 (5.08% from 255 or 7.55% from 159); Max value from RGB is 127 - color contains mainly: green. Hex color #147F0C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147F0C is #EB80F3. Grayscale: #525252. Windows color (decimal): -15433972 or 818964. OLE color: 818964.

HSL color Cylindrical-coordinate representation of color #147F0C: hue angle of 115.83º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #147F0C is Cyan = 0.84, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.50.

Color convert

RGB 20 127 12 -
CMYK 0.84 0 0.91 0.50
HSL 115.83º 0.83% 0.27% -
HSV(B) 115.83º 0.91% 0.5% -
XYZ 7.94 15.35 2.89 -
YUV 81.9 88.55 83.85 -
System Red Green Blue C M Y K H S L
Decimal 20 127 12 0.84 0 0.91 0.50 115.83 0.83 0.27
Hex 14 7F C 54 0 5B 32 74 53 1B
Octal 24 177 14 124 0 133 62 164 123 33
Binary 10100 1111111 1100 1010100 0 1011011 110010 1110100 1010011 11011

Color Harmonies of #147F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147F0C

Black with #147F0C

Text Example


Text Example

White with #147F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147F0C; }

 p { color: rgb(20,127,12); }

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

background-color css

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

 a { background-color: rgb(20,127,12); }

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

border-color css

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

 span { border-color: rgb(20,127,12); }

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