#146910

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

Shades of Green #146910

Tints of Green #146910

Color information

#146910 (or 0x146910) is unknown color: approx Green. HEX triplet: 14, 69 and 10. RGB value is (20,105,16). Sum of RGB (Red+Green+Blue) = 20+105+16=141 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.18% from 141); Green value is 105 (41.41% from 255 or 74.47% from 141); Blue value is 16 (6.64% from 255 or 11.35% from 141); Max value from RGB is 105 - color contains mainly: green. Hex color #146910 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #146910 is #EB96EF. Grayscale: #454545. Windows color (decimal): -15439600 or 1075476. OLE color: 1075476.

HSL color Cylindrical-coordinate representation of color #146910: hue angle of 117.3º degrees, saturation: 0.74, 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 #146910 is Cyan = 0.81, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.59.

Color convert

RGB2010516-
CMYK0.8100.850.59
HSL117.3º73.55%23.73%-
HSV(B)117.3º84.76%41.18%-
XYZ5.4310.292.19-
YUV69.4497.8492.74-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.18%
GREEN value IS 105 (41.41% from 255) = 74.47%
BLUE value IS 16 (6.64% from 255) = 11.35%
R=14.18%
G=74.47%
B=11.35%

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
Decimal20105160.8100.850.59117.373.5523.73
Hex146910510553B754a18
Octal241512012101257316511230
Binary101001101001100001010001010101011110111110101100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146910; }

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

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

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

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

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

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

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

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