#147510

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

Shades of Green #147510

Tints of Green #147510

Color information

#147510 (or 0x147510) is unknown color: approx Green. HEX triplet: 14, 75 and 10. RGB value is (20,117,16). Sum of RGB (Red+Green+Blue) = 20+117+16=153 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.07% from 153); Green value is 117 (46.09% from 255 or 76.47% from 153); Blue value is 16 (6.64% from 255 or 10.46% from 153); Max value from RGB is 117 - color contains mainly: green. Hex color #147510 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147510 is #EB8AEF. Grayscale: #4C4C4C. Windows color (decimal): -15436528 or 1078548. OLE color: 1078548.

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

Color convert

RGB2011716-
CMYK0.8300.860.54
HSL117.62º75.94%26.08%-
HSV(B)117.62º86.32%45.88%-
XYZ6.7412.912.63-
YUV76.4893.8687.71-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.07%
GREEN value IS 117 (46.09% from 255) = 76.47%
BLUE value IS 16 (6.64% from 255) = 10.46%
R=13.07%
G=76.47%
B=10.46%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal20117160.8300.860.54117.6275.9426.08
Hex1475105305636764c1a
Octal241652012301266616611432
Binary101001110101100001010011010101101101101110110100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147510; }

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

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

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

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

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

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

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

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