Html Css Color HEX #147F0F Green

📋 copy color: '#147F0F'

red 20 ◦ green 127 ◦ blue 15

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

Shades of Green #147F0F

Tints of Green #147F0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 9.26%

R = 12.35%
G = 78.4%
B = 9.26%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.88

 K value IS 0.50

RGB Variations

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

Color information

#147F0F (or 0x147F0F) is known color: Green. HEX triplet: 14, 7F and 0F. RGB value is (20,127,15). Sum of RGB (Red+Green+Blue) = 20+127+15=162 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.35% from 162); Green value is 127 (50% from 255 or 78.40% from 162); Blue value is 15 (6.25% from 255 or 9.26% from 162); Max value from RGB is 127 - color contains mainly: green. Hex color #147F0F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147F0F is #EB80F0. Grayscale: #525252. Windows color (decimal): -15433969 or 1015572. OLE color: 1015572.

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

Color convert

RGB 20 127 15 -
CMYK 0.84 0 0.88 0.50
HSL 117.32º 0.79% 0.28% -
HSV(B) 117.32º 0.88% 0.5% -
XYZ 7.96 15.36 3 -
YUV 82.24 90.05 83.61 -
System Red Green Blue C M Y K H S L
Decimal 20 127 15 0.84 0 0.88 0.50 117.32 0.79 0.28
Hex 14 7F F 54 0 58 32 75 4F 1C
Octal 24 177 17 124 0 130 62 165 117 34
Binary 10100 1111111 1111 1010100 0 1011000 110010 1110101 1001111 11100

Color Harmonies of #147F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147F0F

Black with #147F0F

Text Example


Text Example

White with #147F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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