Html Css Color HEX #146A14 Green

📋 copy color: '#146A14'

red 20 ◦ green 106 ◦ blue 20

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

Shades of Green #146A14

Tints of Green #146A14

RGB

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

 GREEN value IS 106 (41.8% from 255) = 72.6%

 BLUE value IS 20 (8.2% from 255) = 13.7%

R = 13.7%
G = 72.6%
B = 13.7%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.81

 K value IS 0.58

RGB Variations

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

Color information

#146A14 (or 0x146A14) is known color: Green. HEX triplet: 14, 6A and 14. RGB value is (20,106,20). Sum of RGB (Red+Green+Blue) = 20+106+20=146 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.70% from 146); Green value is 106 (41.80% from 255 or 72.60% from 146); Blue value is 20 (8.20% from 255 or 13.70% from 146); Max value from RGB is 106 - color contains mainly: green. Hex color #146A14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #146A14 is #EB95EB. Grayscale: #464646. Windows color (decimal): -15439340 or 1337876. OLE color: 1337876.

HSL color Cylindrical-coordinate representation of color #146A14: hue angle of 120º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #146A14 is Cyan = 0.81, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.58.

Color convert

RGB 20 106 20 -
CMYK 0.81 0 0.81 0.58
HSL 120º 0.68% 0.25% -
HSV(B) 120º 0.81% 0.42% -
XYZ 5.57 10.51 2.4 -
YUV 70.48 99.51 91.99 -
System Red Green Blue C M Y K H S L
Decimal 20 106 20 0.81 0 0.81 0.58 120 0.68 0.25
Hex 14 6A 14 51 0 51 3A 78 44 19
Octal 24 152 24 121 0 121 72 170 104 31
Binary 10100 1101010 10100 1010001 0 1010001 111010 1111000 1000100 11001

Color Harmonies of #146A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146A14

Black with #146A14

Text Example


Text Example

White with #146A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146A14; }

 p { color: rgb(20,106,20); }

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

background-color css

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

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

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

border-color css

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

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

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