#147505

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

Shades of Green #147505

Tints of Green #147505

Color information

#147505 (or 0x147505) is unknown color: approx Green. HEX triplet: 14, 75 and 05. RGB value is (20,117,5). Sum of RGB (Red+Green+Blue) = 20+117+5=142 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.08% from 142); Green value is 117 (46.09% from 255 or 82.39% from 142); Blue value is 5 (2.34% from 255 or 3.52% from 142); Max value from RGB is 117 - color contains mainly: green. Hex color #147505 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147505 is #EB8AFA. Grayscale: #4B4B4B. Windows color (decimal): -15436539 or 357652. OLE color: 357652.

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

Color convert

RGB201175-
CMYK0.8300.960.54
HSL111.96º91.8%23.92%-
HSV(B)111.96º95.73%45.88%-
XYZ6.6812.882.28-
YUV75.2388.3688.61-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.08%
GREEN value IS 117 (46.09% from 255) = 82.39%
BLUE value IS 5 (2.34% from 255) = 3.52%
R=14.08%
G=82.39%
B=3.52%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2011750.8300.960.54111.9691.823.92
Hex147555306036705c18
Octal24165512301406616013430
Binary1010011101011011010011011000001101101110000101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147505; }

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

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

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

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

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

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

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

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