#146201

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

Shades of Green #146201

Tints of Green #146201

Color information

#146201 (or 0x146201) is unknown color: approx Green. HEX triplet: 14, 62 and 01. RGB value is (20,98,1). Sum of RGB (Red+Green+Blue) = 20+98+1=119 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.81% from 119); Green value is 98 (38.67% from 255 or 82.35% from 119); Blue value is 1 (0.78% from 255 or 0.84% from 119); Max value from RGB is 98 - color contains mainly: green. Hex color #146201 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #146201 is #EB9DFE. Grayscale: #3F3F3F. Windows color (decimal): -15441407 or 90644. OLE color: 90644.

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

Color convert

RGB20981-
CMYK0.8000.990.62
HSL108.25º97.98%19.41%-
HSV(B)108.25º98.98%38.43%-
XYZ4.668.891.5-
YUV63.6292.6696.89-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.81%
GREEN value IS 98 (38.67% from 255) = 82.35%
BLUE value IS 1 (0.78% from 255) = 0.84%
R=16.81%
G=82.35%
B=0.84%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal209810.8000.990.62108.2597.9819.41
Hex14621500633E6c6213
Octal24142112001437615414223
Binary10100110001011010000011000111111101101100110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146201; }

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

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

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

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

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

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

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

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