#146005

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

Shades of Green #146005

Tints of Green #146005

Color information

#146005 (or 0x146005) is unknown color: approx Green. HEX triplet: 14, 60 and 05. RGB value is (20,96,5). Sum of RGB (Red+Green+Blue) = 20+96+5=121 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.53% from 121); Green value is 96 (37.89% from 255 or 79.34% from 121); Blue value is 5 (2.34% from 255 or 4.13% from 121); Max value from RGB is 96 - color contains mainly: green. Hex color #146005 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #146005 is #EB9FFA. Grayscale: #3F3F3F. Windows color (decimal): -15441915 or 352276. OLE color: 352276.

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

Color convert

RGB20965-
CMYK0.7900.950.62
HSL110.11º90.1%19.8%-
HSV(B)110.11º94.79%37.65%-
XYZ4.58.531.55-
YUV62.995.3297.4-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.53%
GREEN value IS 96 (37.89% from 255) = 79.34%
BLUE value IS 5 (2.34% from 255) = 4.13%
R=16.53%
G=79.34%
B=4.13%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal209650.7900.950.62110.1190.119.8
Hex146054F05F3E6e5a14
Octal24140511701377615613224
Binary1010011000001011001111010111111111101101110101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146005; }

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

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

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

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

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

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

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

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