#146505

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

Shades of Green #146505

Tints of Green #146505

Color information

#146505 (or 0x146505) is unknown color: approx Green. HEX triplet: 14, 65 and 05. RGB value is (20,101,5). Sum of RGB (Red+Green+Blue) = 20+101+5=126 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.87% from 126); Green value is 101 (39.84% from 255 or 80.16% from 126); Blue value is 5 (2.34% from 255 or 3.97% from 126); Max value from RGB is 101 - color contains mainly: green. Hex color #146505 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #146505 is #EB9AFA. Grayscale: #424242. Windows color (decimal): -15440635 or 353556. OLE color: 353556.

HSL color Cylindrical-coordinate representation of color #146505: hue angle of 110.62º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #146505 is Cyan = 0.80, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.60.

Color convert

RGB201015-
CMYK0.8000.950.60
HSL110.62º90.57%20.78%-
HSV(B)110.62º95.05%39.61%-
XYZ4.979.471.71-
YUV65.8493.6695.31-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.87%
GREEN value IS 101 (39.84% from 255) = 80.16%
BLUE value IS 5 (2.34% from 255) = 3.97%
R=15.87%
G=80.16%
B=3.97%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal2010150.8000.950.60110.6290.5720.78
Hex146555005F3C6f5b15
Octal24145512001377415713325
Binary1010011001011011010000010111111111001101111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146505; }

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

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

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

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

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

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

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

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