#146F0A

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

Shades of Green #146F0A

Tints of Green #146F0A

Color information

#146F0A (or 0x146F0A) is unknown color: approx Green. HEX triplet: 14, 6F and 0A. RGB value is (20,111,10). Sum of RGB (Red+Green+Blue) = 20+111+10=141 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.18% from 141); Green value is 111 (43.75% from 255 or 78.72% from 141); Blue value is 10 (4.30% from 255 or 7.09% from 141); Max value from RGB is 111 - color contains mainly: green. Hex color #146F0A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #146F0A is #EB90F5. Grayscale: #484848. Windows color (decimal): -15438070 or 683796. OLE color: 683796.

HSL color Cylindrical-coordinate representation of color #146F0A: hue angle of 114.06º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #146F0A is Cyan = 0.82, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.56.

Color convert

RGB2011110-
CMYK0.8200.910.56
HSL114.06º83.47%23.73%-
HSV(B)114.06º90.99%43.53%-
XYZ6.0311.542.2-
YUV72.2892.8590.71-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.18%
GREEN value IS 111 (43.75% from 255) = 78.72%
BLUE value IS 10 (4.30% from 255) = 7.09%
R=14.18%
G=78.72%
B=7.09%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal20111100.8200.910.56114.0683.4723.73
Hex146FA5205B38725318
Octal241571212201337016212330
Binary10100110111110101010010010110111110001110010101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146F0A; }

 p { color: rgb(20,111,10); }

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

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

 a { background-color: rgb(20,111,10); }

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

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

 span { border-color: rgb(20,111,10); }

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