Html Css Color HEX #146E00 Green

📋 copy color: '#146E00'

red 20 ◦ green 110 ◦ blue 0

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

Shades of Green #146E00

Tints of Green #146E00

RGB

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

 GREEN value IS 110 (43.36% from 255) = 84.62%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 15.38%
G = 84.62%
B = 0%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 1

 K value IS 0.57

RGB Variations

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

Color information

#146E00 (or 0x146E00) is known color: Green. HEX triplet: 14, 6E and 00. RGB value is (20,110,0). Sum of RGB (Red+Green+Blue) = 20+110+0=130 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.38% from 130); Green value is 110 (43.36% from 255 or 84.62% from 130); Blue value is 0 (0.39% from 255 or 0% from 130); Max value from RGB is 110 - color contains mainly: green. Hex color #146E00 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #146E00 is #EB91FF. Grayscale: #464646. Windows color (decimal): -15438336 or 28180. OLE color: 28180.

HSL color Cylindrical-coordinate representation of color #146E00: hue angle of 109.09º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #146E00 is Cyan = 0.82, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.57.

Color convert

RGB 20 110 0 -
CMYK 0.82 0 1 0.57
HSL 109.09º 1% 0.22% -
HSV(B) 109.09º 1% 0.43% -
XYZ 5.86 11.3 1.87 -
YUV 70.55 88.18 91.94 -
System Red Green Blue C M Y K H S L
Decimal 20 110 0 0.82 0 1 0.57 109.09 1 0.22
Hex 14 6E 0 52 0 64 39 6D 64 16
Octal 24 156 0 122 0 144 71 155 144 26
Binary 10100 1101110 0 1010010 0 1100100 111001 1101101 1100100 10110

Color Harmonies of #146E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146E00

Black with #146E00

Text Example


Text Example

White with #146E00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,110,0); }

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

background-color css

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

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

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

border-color css

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

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

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