#156C17

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

Shades of San Felix #156C17

Tints of San Felix #156C17

Color information

#156C17 (or 0x156C17) is unknown color: approx San Felix. HEX triplet: 15, 6C and 17. RGB value is (21,108,23). Sum of RGB (Red+Green+Blue) = 21+108+23=152 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.82% from 152); Green value is 108 (42.58% from 255 or 71.05% from 152); Blue value is 23 (9.38% from 255 or 15.13% from 152); Max value from RGB is 108 - color contains mainly: green. Hex color #156C17 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #156C17 is #EA93E8. Grayscale: #484848. Windows color (decimal): -15373289 or 1534997. OLE color: 1534997.

HSL color Cylindrical-coordinate representation of color #156C17: hue angle of 121.38º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #156C17 is Cyan = 0.81, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.58.

Color convert

RGB2110823-
CMYK0.8100.790.58
HSL121.38º67.44%25.29%-
HSV(B)121.38º80.56%42.35%-
XYZ5.8310.952.62-
YUV72.3100.1891.41-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.82%
GREEN value IS 108 (42.58% from 255) = 71.05%
BLUE value IS 23 (9.38% from 255) = 15.13%
R=13.82%
G=71.05%
B=15.13%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal21108230.8100.790.58121.3867.4425.29
Hex156C175104F3A794319
Octal251542712101177217110331
Binary101011101100101111010001010011111110101111001100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156C17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156C17; }

 p { color: rgb(21,108,23); }

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

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

 a { background-color: rgb(21,108,23); }

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

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

 span { border-color: rgb(21,108,23); }

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