#146810

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

Shades of Green #146810

Tints of Green #146810

Color information

#146810 (or 0x146810) is unknown color: approx Green. HEX triplet: 14, 68 and 10. RGB value is (20,104,16). Sum of RGB (Red+Green+Blue) = 20+104+16=140 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.29% from 140); Green value is 104 (41.02% from 255 or 74.29% from 140); Blue value is 16 (6.64% from 255 or 11.43% from 140); Max value from RGB is 104 - color contains mainly: green. Hex color #146810 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #146810 is #EB97EF. Grayscale: #454545. Windows color (decimal): -15439856 or 1075220. OLE color: 1075220.

HSL color Cylindrical-coordinate representation of color #146810: hue angle of 117.27º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #146810 is Cyan = 0.81, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.59.

Color convert

RGB2010416-
CMYK0.8100.850.59
HSL117.27º73.33%23.53%-
HSV(B)117.27º84.62%40.78%-
XYZ5.3310.092.16-
YUV68.8598.1793.16-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.29%
GREEN value IS 104 (41.02% from 255) = 74.29%
BLUE value IS 16 (6.64% from 255) = 11.43%
R=14.29%
G=74.29%
B=11.43%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal20104160.8100.850.59117.2773.3323.53
Hex146810510553B754918
Octal241502012101257316511130
Binary101001101000100001010001010101011110111110101100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146810; }

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

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

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

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

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

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

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

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