Html Css Color HEX #147F06 Green

📋 copy color: '#147F06'

red 20 ◦ green 127 ◦ blue 6

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

Shades of Green #147F06

Tints of Green #147F06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.92%

R = 13.07%
G = 83.01%
B = 3.92%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.95

 K value IS 0.50

RGB Variations

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

Color information

#147F06 (or 0x147F06) is known color: Green. HEX triplet: 14, 7F and 06. RGB value is (20,127,6). Sum of RGB (Red+Green+Blue) = 20+127+6=153 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.07% from 153); Green value is 127 (50% from 255 or 83.01% from 153); Blue value is 6 (2.73% from 255 or 3.92% from 153); Max value from RGB is 127 - color contains mainly: green. Hex color #147F06 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147F06 is #EB80F9. Grayscale: #515151. Windows color (decimal): -15433978 or 425748. OLE color: 425748.

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

Color convert

RGB 20 127 6 -
CMYK 0.84 0 0.95 0.50
HSL 113.06º 0.91% 0.26% -
HSV(B) 113.06º 0.95% 0.5% -
XYZ 7.91 15.34 2.72 -
YUV 81.21 85.55 84.34 -
System Red Green Blue C M Y K H S L
Decimal 20 127 6 0.84 0 0.95 0.50 113.06 0.91 0.26
Hex 14 7F 6 54 0 5F 32 71 5B 1A
Octal 24 177 6 124 0 137 62 161 133 32
Binary 10100 1111111 110 1010100 0 1011111 110010 1110001 1011011 11010

Color Harmonies of #147F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147F06

Black with #147F06

Text Example


Text Example

White with #147F06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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