Html Css Color HEX #146004 Green

📋 copy color: '#146004'

red 20 ◦ green 96 ◦ blue 4

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

Shades of Green #146004

Tints of Green #146004

RGB

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

 GREEN value IS 96 (37.89% from 255) = 80%

 BLUE value IS 4 (1.95% from 255) = 3.33%

R = 16.67%
G = 80%
B = 3.33%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.96

 K value IS 0.62

RGB Variations

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

Color information

#146004 (or 0x146004) is known color: Green. HEX triplet: 14, 60 and 04. RGB value is (20,96,4). Sum of RGB (Red+Green+Blue) = 20+96+4=120 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.67% from 120); Green value is 96 (37.89% from 255 or 80% from 120); Blue value is 4 (1.95% from 255 or 3.33% from 120); Max value from RGB is 96 - color contains mainly: green. Hex color #146004 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #146004 is #EB9FFB. Grayscale: #3F3F3F. Windows color (decimal): -15441916 or 286740. OLE color: 286740.

HSL color Cylindrical-coordinate representation of color #146004: hue angle of 109.57º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #146004 is Cyan = 0.79, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.62.

Color convert

RGB 20 96 4 -
CMYK 0.79 0 0.96 0.62
HSL 109.57º 0.92% 0.2% -
HSV(B) 109.57º 0.96% 0.38% -
XYZ 4.49 8.52 1.52 -
YUV 62.79 94.82 97.48 -
System Red Green Blue C M Y K H S L
Decimal 20 96 4 0.79 0 0.96 0.62 109.57 0.92 0.2
Hex 14 60 4 4F 0 60 3E 6E 5C 14
Octal 24 140 4 117 0 140 76 156 134 24
Binary 10100 1100000 100 1001111 0 1100000 111110 1101110 1011100 10100

Color Harmonies of #146004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146004

Black with #146004

Text Example


Text Example

White with #146004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146004; }

 p { color: rgb(20,96,4); }

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

background-color css

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

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

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

border-color css

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

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

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