Html Css Color HEX #146901 Green

📋 copy color: '#146901'

red 20 ◦ green 105 ◦ blue 1

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

Shades of Green #146901

Tints of Green #146901

RGB

 RED value IS 20 (8.2% from 255) = 15.87%

 GREEN value IS 105 (41.41% from 255) = 83.33%

 BLUE value IS 1 (0.78% from 255) = 0.79%

R = 15.87%
G = 83.33%
B = 0.79%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.99

 K value IS 0.59

RGB Variations

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

Color information

#146901 (or 0x146901) is known color: Green. HEX triplet: 14, 69 and 01. RGB value is (20,105,1). Sum of RGB (Red+Green+Blue) = 20+105+1=126 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.87% from 126); Green value is 105 (41.41% from 255 or 83.33% from 126); Blue value is 1 (0.78% from 255 or 0.79% from 126); Max value from RGB is 105 - color contains mainly: green. Hex color #146901 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #146901 is #EB96FE. Grayscale: #444444. Windows color (decimal): -15439615 or 92436. OLE color: 92436.

HSL color Cylindrical-coordinate representation of color #146901: hue angle of 109.04º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #146901 is Cyan = 0.81, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.59.

Color convert

RGB 20 105 1 -
CMYK 0.81 0 0.99 0.59
HSL 109.04º 0.98% 0.21% -
HSV(B) 109.04º 0.99% 0.41% -
XYZ 5.35 10.25 1.73 -
YUV 67.73 90.34 93.96 -
System Red Green Blue C M Y K H S L
Decimal 20 105 1 0.81 0 0.99 0.59 109.04 0.98 0.21
Hex 14 69 1 51 0 63 3B 6D 62 15
Octal 24 151 1 121 0 143 73 155 142 25
Binary 10100 1101001 1 1010001 0 1100011 111011 1101101 1100010 10101

Color Harmonies of #146901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146901

Black with #146901

Text Example


Text Example

White with #146901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146901; }

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

 H1.HeaderClassName
 {
   color: #146901;
 }
 .AnyTagClassName
 {
   color: #146901;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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