Html Css Color HEX #147901 Green

📋 copy color: '#147901'

red 20 ◦ green 121 ◦ blue 1

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

Shades of Green #147901

Tints of Green #147901

RGB

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

 GREEN value IS 121 (47.66% from 255) = 85.21%

 BLUE value IS 1 (0.78% from 255) = 0.7%

R = 14.08%
G = 85.21%
B = 0.7%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.99

 K value IS 0.53

RGB Variations

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

Color information

#147901 (or 0x147901) is known color: Green. HEX triplet: 14, 79 and 01. RGB value is (20,121,1). Sum of RGB (Red+Green+Blue) = 20+121+1=142 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.08% from 142); Green value is 121 (47.66% from 255 or 85.21% from 142); Blue value is 1 (0.78% from 255 or 0.70% from 142); Max value from RGB is 121 - color contains mainly: green. Hex color #147901 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147901 is #EB86FE. Grayscale: #4D4D4D. Windows color (decimal): -15435519 or 96532. OLE color: 96532.

HSL color Cylindrical-coordinate representation of color #147901: hue angle of 110.5º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #147901 is Cyan = 0.83, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.53.

Color convert

RGB 20 121 1 -
CMYK 0.83 0 0.99 0.53
HSL 110.5º 0.98% 0.24% -
HSV(B) 110.5º 0.99% 0.47% -
XYZ 7.13 13.83 2.32 -
YUV 77.12 85.04 87.26 -
System Red Green Blue C M Y K H S L
Decimal 20 121 1 0.83 0 0.99 0.53 110.5 0.98 0.24
Hex 14 79 1 53 0 63 35 6E 62 18
Octal 24 171 1 123 0 143 65 156 142 30
Binary 10100 1111001 1 1010011 0 1100011 110101 1101110 1100010 11000

Color Harmonies of #147901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147901

Black with #147901

Text Example


Text Example

White with #147901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147901; }

 p { color: rgb(20,121,1); }

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

background-color css

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

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

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

border-color css

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

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

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