#147501

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

Shades of Green #147501

Tints of Green #147501

Color information

#147501 (or 0x147501) is unknown color: approx Green. HEX triplet: 14, 75 and 01. RGB value is (20,117,1). Sum of RGB (Red+Green+Blue) = 20+117+1=138 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.49% from 138); Green value is 117 (46.09% from 255 or 84.78% from 138); Blue value is 1 (0.78% from 255 or 0.72% from 138); Max value from RGB is 117 - color contains mainly: green. Hex color #147501 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147501 is #EB8AFE. Grayscale: #4B4B4B. Windows color (decimal): -15436543 or 95508. OLE color: 95508.

HSL color Cylindrical-coordinate representation of color #147501: hue angle of 110.17º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #147501 is Cyan = 0.83, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.54.

Color convert

RGB201171-
CMYK0.8300.990.54
HSL110.17º98.31%23.14%-
HSV(B)110.17º99.15%45.88%-
XYZ6.6612.872.16-
YUV74.7786.3688.93-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.49%
GREEN value IS 117 (46.09% from 255) = 84.78%
BLUE value IS 1 (0.78% from 255) = 0.72%
R=14.49%
G=84.78%
B=0.72%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2011710.8300.990.54110.1798.3123.14
Hex1475153063366e6217
Octal24165112301436615614227
Binary10100111010111010011011000111101101101110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147501; }

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

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

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

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

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

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

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

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