#18681A

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

Shades of San Felix #18681A

Tints of San Felix #18681A

Color information

#18681A (or 0x18681A) is unknown color: approx San Felix. HEX triplet: 18, 68 and 1A. RGB value is (24,104,26). Sum of RGB (Red+Green+Blue) = 24+104+26=154 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.58% from 154); Green value is 104 (41.02% from 255 or 67.53% from 154); Blue value is 26 (10.55% from 255 or 16.88% from 154); Max value from RGB is 104 - color contains mainly: green. Hex color #18681A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18681A is #E797E5. Grayscale: #474747. Windows color (decimal): -15177702 or 1730584. OLE color: 1730584.

HSL color Cylindrical-coordinate representation of color #18681A: hue angle of 121.5º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #18681A is Cyan = 0.77, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.59.

Color convert

RGB2410426-
CMYK0.7700.750.59
HSL121.5º62.5%25.1%-
HSV(B)121.5º76.92%40.78%-
XYZ5.5110.172.65-
YUV71.19102.594.34-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.58%
GREEN value IS 104 (41.02% from 255) = 67.53%
BLUE value IS 26 (10.55% from 255) = 16.88%
R=15.58%
G=67.53%
B=16.88%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal24104260.7700.750.59121.562.525.1
Hex18681A4D04B3B7a3e19
Octal30150321150113731727631
Binary11000110100011010100110101001011111011111101011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18681A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18681A; }

 p { color: rgb(24,104,26); }

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

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

 a { background-color: rgb(24,104,26); }

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

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

 span { border-color: rgb(24,104,26); }

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