#147E01

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

Shades of Green #147E01

Tints of Green #147E01

Color information

#147E01 (or 0x147E01) is unknown color: approx Green. HEX triplet: 14, 7E and 01. RGB value is (20,126,1). Sum of RGB (Red+Green+Blue) = 20+126+1=147 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.61% from 147); Green value is 126 (49.61% from 255 or 85.71% from 147); Blue value is 1 (0.78% from 255 or 0.68% from 147); Max value from RGB is 126 - color contains mainly: green. Hex color #147E01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147E01 is #EB81FE. Grayscale: #505050. Windows color (decimal): -15434239 or 97812. OLE color: 97812.

HSL color Cylindrical-coordinate representation of color #147E01: hue angle of 110.88º 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 #147E01 is Cyan = 0.84, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.51.

Color convert

RGB201261-
CMYK0.8400.990.51
HSL110.88º98.43%24.9%-
HSV(B)110.88º99.21%49.41%-
XYZ7.7515.072.53-
YUV80.0683.3885.16-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.61%
GREEN value IS 126 (49.61% from 255) = 85.71%
BLUE value IS 1 (0.78% from 255) = 0.68%
R=13.61%
G=85.71%
B=0.68%

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
Decimal2012610.8400.990.51110.8898.4324.9
Hex147E154063336f6219
Octal24176112401436315714231
Binary10100111111011010100011000111100111101111110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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