Html Css Color HEX #146514 Green

📋 copy color: '#146514'

red 20 ◦ green 101 ◦ blue 20

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

Shades of Green #146514

Tints of Green #146514

RGB

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

 GREEN value IS 101 (39.84% from 255) = 71.63%

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

R = 14.18%
G = 71.63%
B = 14.18%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.80

 K value IS 0.60

RGB Variations

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

Color information

#146514 (or 0x146514) is known color: Green. HEX triplet: 14, 65 and 14. RGB value is (20,101,20). Sum of RGB (Red+Green+Blue) = 20+101+20=141 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.18% from 141); Green value is 101 (39.84% from 255 or 71.63% from 141); Blue value is 20 (8.20% from 255 or 14.18% from 141); Max value from RGB is 101 - color contains mainly: green. Hex color #146514 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #146514 is #EB9AEB. Grayscale: #434343. Windows color (decimal): -15440620 or 1336596. OLE color: 1336596.

HSL color Cylindrical-coordinate representation of color #146514: hue angle of 120º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #146514 is Cyan = 0.80, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.60.

Color convert

RGB 20 101 20 -
CMYK 0.80 0 0.80 0.60
HSL 120º 0.67% 0.24% -
HSV(B) 120º 0.8% 0.4% -
XYZ 5.07 9.51 2.23 -
YUV 67.55 101.16 94.09 -
System Red Green Blue C M Y K H S L
Decimal 20 101 20 0.80 0 0.80 0.60 120 0.67 0.24
Hex 14 65 14 50 0 50 3C 78 43 18
Octal 24 145 24 120 0 120 74 170 103 30
Binary 10100 1100101 10100 1010000 0 1010000 111100 1111000 1000011 11000

Color Harmonies of #146514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146514

Black with #146514

Text Example


Text Example

White with #146514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146514; }

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

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

background-color css

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

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

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

border-color css

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

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

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