Html Css Color HEX #146F20 San Felix

📋 copy color: '#146F20'

red 20 ◦ green 111 ◦ blue 32

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

Shades of San Felix #146F20

Tints of San Felix #146F20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 19.63%

R = 12.27%
G = 68.1%
B = 19.63%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#146F20 (or 0x146F20) is known color: San Felix. HEX triplet: 14, 6F and 20. RGB value is (20,111,32). Sum of RGB (Red+Green+Blue) = 20+111+32=163 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.27% from 163); Green value is 111 (43.75% from 255 or 68.10% from 163); Blue value is 32 (12.89% from 255 or 19.63% from 163); Max value from RGB is 111 - color contains mainly: green. Hex color #146F20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146F20 is #EB90DF. Grayscale: #4B4B4B. Windows color (decimal): -15438048 or 2125588. OLE color: 2125588.

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

Color convert

RGB 20 111 32 -
CMYK 0.82 0 0.71 0.56
HSL 127.91º 0.69% 0.26% -
HSV(B) 127.91º 0.82% 0.44% -
XYZ 6.23 11.62 3.28 -
YUV 74.79 103.85 88.92 -
System Red Green Blue C M Y K H S L
Decimal 20 111 32 0.82 0 0.71 0.56 127.91 0.69 0.26
Hex 14 6F 20 52 0 47 38 80 45 1A
Octal 24 157 40 122 0 107 70 200 105 32
Binary 10100 1101111 100000 1010010 0 1000111 111000 10000000 1000101 11010

Color Harmonies of #146F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146F20

Black with #146F20

Text Example


Text Example

White with #146F20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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