#18A06C

Color #18A06C Elf Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elf Green #18A06C

Tints of Elf Green #18A06C

Color information

#18A06C (or 0x18A06C) is unknown color: approx Elf Green. HEX triplet: 18, A0 and 6C. RGB value is (24,160,108). Sum of RGB (Red+Green+Blue) = 24+160+108=292 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.22% from 292); Green value is 160 (62.89% from 255 or 54.79% from 292); Blue value is 108 (42.58% from 255 or 36.99% from 292); Max value from RGB is 160 - color contains mainly: green. Hex color #18A06C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18A06C is #E75F93. Grayscale: #717171. Windows color (decimal): -15163284 or 7118872. OLE color: 7118872.

HSL color Cylindrical-coordinate representation of color #18A06C: hue angle of 157.06º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18A06C is Cyan = 0.85, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB24160108-
CMYK0.8500.320.37
HSL157.06º73.91%36.08%-
HSV(B)157.06º85%62.75%-
XYZ15.6526.4218.46-
YUV113.41124.9464.23-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.22%
GREEN value IS 160 (62.89% from 255) = 54.79%
BLUE value IS 108 (42.58% from 255) = 36.99%
R=8.22%
G=54.79%
B=36.99%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal241601080.8500.320.37157.0673.9136.08
Hex18A06C55020259d4a24
Octal302401541250404523511244
Binary1100010100000110110010101010100000100101100111011001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18A06C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18A06C; }

 p { color: rgb(24,160,108); }

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

<style>
 a { background-color: #18A06C; }

 a { background-color: rgb(24,160,108); }

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

<style>
 span { border-color: #18A06C; }

 span { border-color: rgb(24,160,108); }

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