#146f21

Color #146F21 San Felix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Felix #146F21

Tints of San Felix #146F21

Color information

#146F21 (or 0x146F21) is unknown color: approx San Felix. HEX triplet: 14, 6F and 21. RGB value is (20,111,33). Sum of RGB (Red+Green+Blue) = 20+111+33=164 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.20% from 164); Green value is 111 (43.75% from 255 or 67.68% from 164); Blue value is 33 (13.28% from 255 or 20.12% from 164); Max value from RGB is 111 - color contains mainly: green. Hex color #146F21 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146F21 is #EB90DE. Grayscale: #4B4B4B. Windows color (decimal): -15438047 or 2191124. OLE color: 2191124.

HSL color Cylindrical-coordinate representation of color #146F21: hue angle of 128.57º 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 #146F21 is Cyan = 0.82, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.56.

Color convert

RGB2011133-
CMYK0.8200.700.56
HSL128.57º69.47%25.69%-
HSV(B)128.57º81.98%43.53%-
XYZ6.2511.633.35-
YUV74.9104.3588.84-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.20%
GREEN value IS 111 (43.75% from 255) = 67.68%
BLUE value IS 33 (13.28% from 255) = 20.12%
R=12.20%
G=67.68%
B=20.12%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal20111330.8200.700.56128.5769.4725.69
Hex146F21520463881451a
Octal241574112201067020110532
Binary10100110111110000110100100100011011100010000001100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146f21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #146f21;
 }
 .AnyTagClassName
 {
   color: #146f21;
 }
</style>
background-color css

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

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

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

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

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

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