Html Css Color HEX #146406 Green

📋 copy color: '#146406'

red 20 ◦ green 100 ◦ blue 6

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

Shades of Green #146406

Tints of Green #146406

RGB

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

 GREEN value IS 100 (39.45% from 255) = 79.37%

 BLUE value IS 6 (2.73% from 255) = 4.76%

R = 15.87%
G = 79.37%
B = 4.76%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.94

 K value IS 0.61

RGB Variations

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

Color information

#146406 (or 0x146406) is known color: Green. HEX triplet: 14, 64 and 06. RGB value is (20,100,6). Sum of RGB (Red+Green+Blue) = 20+100+6=126 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.87% from 126); Green value is 100 (39.45% from 255 or 79.37% from 126); Blue value is 6 (2.73% from 255 or 4.76% from 126); Max value from RGB is 100 - color contains mainly: green. Hex color #146406 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #146406 is #EB9BF9. Grayscale: #414141. Windows color (decimal): -15440890 or 418836. OLE color: 418836.

HSL color Cylindrical-coordinate representation of color #146406: hue angle of 111.06º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #146406 is Cyan = 0.8, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.61.

Color convert

RGB 20 100 6 -
CMYK 0.8 0 0.94 0.61
HSL 111.06º 0.89% 0.21% -
HSV(B) 111.06º 0.94% 0.39% -
XYZ 4.88 9.28 1.71 -
YUV 65.36 94.5 95.64 -
System Red Green Blue C M Y K H S L
Decimal 20 100 6 0.8 0 0.94 0.61 111.06 0.89 0.21
Hex 14 64 6 50 0 5E 3D 6F 59 15
Octal 24 144 6 120 0 136 75 157 131 25
Binary 10100 1100100 110 1010000 0 1011110 111101 1101111 1011001 10101

Color Harmonies of #146406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146406

Black with #146406

Text Example


Text Example

White with #146406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146406; }

 p { color: rgb(20,100,6); }

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

background-color css

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

 a { background-color: rgb(20,100,6); }

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

border-color css

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

 span { border-color: rgb(20,100,6); }

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