#146003

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

Shades of Green #146003

Tints of Green #146003

Color information

#146003 (or 0x146003) is unknown color: approx Green. HEX triplet: 14, 60 and 03. RGB value is (20,96,3). Sum of RGB (Red+Green+Blue) = 20+96+3=119 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.81% from 119); Green value is 96 (37.89% from 255 or 80.67% from 119); Blue value is 3 (1.56% from 255 or 2.52% from 119); Max value from RGB is 96 - color contains mainly: green. Hex color #146003 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #146003 is #EB9FFC. Grayscale: #3E3E3E. Windows color (decimal): -15441917 or 221204. OLE color: 221204.

HSL color Cylindrical-coordinate representation of color #146003: hue angle of 109.03º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #146003 is Cyan = 0.79, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.62.

Color convert

RGB20963-
CMYK0.7900.970.62
HSL109.03º93.94%19.41%-
HSV(B)109.03º96.88%37.65%-
XYZ4.498.521.49-
YUV62.6794.3297.56-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.81%
GREEN value IS 96 (37.89% from 255) = 80.67%
BLUE value IS 3 (1.56% from 255) = 2.52%
R=16.81%
G=80.67%
B=2.52%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal209630.7900.970.62109.0393.9419.41
Hex146034F0613E6d5e13
Octal24140311701417615513623
Binary101001100000111001111011000011111101101101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146003; }

 p { color: rgb(20,96,3); }

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

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

 a { background-color: rgb(20,96,3); }

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

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

 span { border-color: rgb(20,96,3); }

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