Html Css Color HEX #145F04 Green

📋 copy color: '#145F04'

red 20 ◦ green 95 ◦ blue 4

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

Shades of Green #145F04

Tints of Green #145F04

RGB

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

 GREEN value IS 95 (37.5% from 255) = 79.83%

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

R = 16.81%
G = 79.83%
B = 3.36%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.96

 K value IS 0.63

RGB Variations

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

Color information

#145F04 (or 0x145F04) is known color: Green. HEX triplet: 14, 5F and 04. RGB value is (20,95,4). Sum of RGB (Red+Green+Blue) = 20+95+4=119 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.81% from 119); Green value is 95 (37.5% from 255 or 79.83% from 119); Blue value is 4 (1.95% from 255 or 3.36% from 119); Max value from RGB is 95 - color contains mainly: green. Hex color #145F04 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145F04 is #EBA0FB. Grayscale: #3E3E3E. Windows color (decimal): -15442172 or 286484. OLE color: 286484.

HSL color Cylindrical-coordinate representation of color #145F04: hue angle of 109.45º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #145F04 is Cyan = 0.79, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.63.

Color convert

RGB 20 95 4 -
CMYK 0.79 0 0.96 0.63
HSL 109.45º 0.92% 0.19% -
HSV(B) 109.45º 0.96% 0.37% -
XYZ 4.4 8.34 1.49 -
YUV 62.2 95.15 97.9 -
System Red Green Blue C M Y K H S L
Decimal 20 95 4 0.79 0 0.96 0.63 109.45 0.92 0.19
Hex 14 5F 4 4F 0 60 3F 6D 5C 13
Octal 24 137 4 117 0 140 77 155 134 23
Binary 10100 1011111 100 1001111 0 1100000 111111 1101101 1011100 10011

Color Harmonies of #145F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145F04

Black with #145F04

Text Example


Text Example

White with #145F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145F04; }

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

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

background-color css

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

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

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

border-color css

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

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

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