#146601

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

Shades of Green #146601

Tints of Green #146601

Color information

#146601 (or 0x146601) is unknown color: approx Green. HEX triplet: 14, 66 and 01. RGB value is (20,102,1). Sum of RGB (Red+Green+Blue) = 20+102+1=123 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.26% from 123); Green value is 102 (40.23% from 255 or 82.93% from 123); Blue value is 1 (0.78% from 255 or 0.81% from 123); Max value from RGB is 102 - color contains mainly: green. Hex color #146601 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #146601 is #EB99FE. Grayscale: #424242. Windows color (decimal): -15440383 or 91668. OLE color: 91668.

HSL color Cylindrical-coordinate representation of color #146601: hue angle of 108.71º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #146601 is Cyan = 0.80, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.6.

Color convert

RGB201021-
CMYK0.8000.990.6
HSL108.71º98.06%20.2%-
HSV(B)108.71º99.02%40%-
XYZ5.059.651.63-
YUV65.9791.3395.21-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.26%
GREEN value IS 102 (40.23% from 255) = 82.93%
BLUE value IS 1 (0.78% from 255) = 0.81%
R=16.26%
G=82.93%
B=0.81%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal2010210.8000.990.6108.7198.0620.2
Hex14661500633C6d6214
Octal24146112001437415514224
Binary10100110011011010000011000111111001101101110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146601; }

 p { color: rgb(20,102,1); }

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

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

 a { background-color: rgb(20,102,1); }

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

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

 span { border-color: rgb(20,102,1); }

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