#147C01

Color #147C01 Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #147C01

Tints of Green #147C01

Color information

#147C01 (or 0x147C01) is unknown color: approx Green. HEX triplet: 14, 7C and 01. RGB value is (20,124,1). Sum of RGB (Red+Green+Blue) = 20+124+1=145 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.79% from 145); Green value is 124 (48.83% from 255 or 85.52% from 145); Blue value is 1 (0.78% from 255 or 0.69% from 145); Max value from RGB is 124 - color contains mainly: green. Hex color #147C01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147C01 is #EB83FE. Grayscale: #4F4F4F. Windows color (decimal): -15434751 or 97300. OLE color: 97300.

HSL color Cylindrical-coordinate representation of color #147C01: hue angle of 110.73º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #147C01 is Cyan = 0.84, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.51.

Color convert

RGB201241-
CMYK0.8400.990.51
HSL110.73º98.4%24.51%-
HSV(B)110.73º99.19%48.63%-
XYZ7.514.572.44-
YUV78.8884.0486-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.79%
GREEN value IS 124 (48.83% from 255) = 85.52%
BLUE value IS 1 (0.78% from 255) = 0.69%
R=13.79%
G=85.52%
B=0.69%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal2012410.8400.990.51110.7398.424.51
Hex147C154063336f6219
Octal24174112401436315714231
Binary10100111110011010100011000111100111101111110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,124,1); }

 H1.HeaderClassName
 {
   color: #147C01;
 }
 .AnyTagClassName
 {
   color: #147C01;
 }
</style>
background-color css

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

 a { background-color: rgb(20,124,1); }

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

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

 span { border-color: rgb(20,124,1); }

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