Html Css Color HEX #146201 Green

📋 copy color: '#146201'

red 20 ◦ green 98 ◦ blue 1

#146201
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green #146201

Tints of Green #146201

RGB

 RED value IS 20 (8.2% 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 value IS 0.80

 M value IS 0

 Y value IS 0.99

 K value IS 0.62

RGB Variations

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

Color information

#146201 (or 0x146201) is known color: 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

RGB 20 98 1 -
CMYK 0.80 0 0.99 0.62
HSL 108.25º 0.98% 0.19% -
HSV(B) 108.25º 0.99% 0.38% -
XYZ 4.66 8.89 1.5 -
YUV 63.62 92.66 96.89 -
System Red Green Blue C M Y K H S L
Decimal 20 98 1 0.80 0 0.99 0.62 108.25 0.98 0.19
Hex 14 62 1 50 0 63 3E 6C 62 13
Octal 24 142 1 120 0 143 76 154 142 23
Binary 10100 1100010 1 1010000 0 1100011 111110 1101100 1100010 10011

Color Harmonies of #146201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146201

Black with #146201

Text Example


Text Example

White with #146201

Text Example


Text Example

HTML Codes & Css Web 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>