Html Css Color HEX #146F01 Green

📋 copy color: '#146F01'

red 20 ◦ green 111 ◦ blue 1

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

Shades of Green #146F01

Tints of Green #146F01

RGB

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

 GREEN value IS 111 (43.75% from 255) = 84.09%

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

R = 15.15%
G = 84.09%
B = 0.76%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#146F01 (or 0x146F01) is known color: Green. HEX triplet: 14, 6F and 01. RGB value is (20,111,1). Sum of RGB (Red+Green+Blue) = 20+111+1=132 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.15% from 132); Green value is 111 (43.75% from 255 or 84.09% from 132); Blue value is 1 (0.78% from 255 or 0.76% from 132); Max value from RGB is 111 - color contains mainly: green. Hex color #146F01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #146F01 is #EB90FE. Grayscale: #474747. Windows color (decimal): -15438079 or 93972. OLE color: 93972.

HSL color Cylindrical-coordinate representation of color #146F01: hue angle of 109.64º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #146F01 is Cyan = 0.82, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.56.

Color convert

RGB 20 111 1 -
CMYK 0.82 0 0.99 0.56
HSL 109.64º 0.98% 0.22% -
HSV(B) 109.64º 0.99% 0.44% -
XYZ 5.98 11.52 1.94 -
YUV 71.25 88.35 91.44 -
System Red Green Blue C M Y K H S L
Decimal 20 111 1 0.82 0 0.99 0.56 109.64 0.98 0.22
Hex 14 6F 1 52 0 63 38 6E 62 16
Octal 24 157 1 122 0 143 70 156 142 26
Binary 10100 1101111 1 1010010 0 1100011 111000 1101110 1100010 10110

Color Harmonies of #146F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146F01

Black with #146F01

Text Example


Text Example

White with #146F01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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