#18846B

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

Shades of Elf Green #18846B

Tints of Elf Green #18846B

Color information

#18846B (or 0x18846B) is unknown color: approx Elf Green. HEX triplet: 18, 84 and 6B. RGB value is (24,132,107). Sum of RGB (Red+Green+Blue) = 24+132+107=263 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.13% from 263); Green value is 132 (51.95% from 255 or 50.19% from 263); Blue value is 107 (42.19% from 255 or 40.68% from 263); Max value from RGB is 132 - color contains mainly: green. Hex color #18846B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18846B is #E77B94. Grayscale: #606060. Windows color (decimal): -15170453 or 7046168. OLE color: 7046168.

HSL color Cylindrical-coordinate representation of color #18846B: hue angle of 166.11º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #18846B is Cyan = 0.82, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB24132107-
CMYK0.8200.190.48
HSL166.11º69.23%30.59%-
HSV(B)166.11º81.82%51.76%-
XYZ11.2817.7616.74-
YUV96.86133.7276.03-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.13%
GREEN value IS 132 (51.95% from 255) = 50.19%
BLUE value IS 107 (42.19% from 255) = 40.68%
R=9.13%
G=50.19%
B=40.68%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal241321070.8200.190.48166.1169.2330.59
Hex18846B5201330a6451f
Octal302041531220236024610537
Binary11000100001001101011101001001001111000010100110100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18846B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18846B; }

 p { color: rgb(24,132,107); }

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

<style>
 a { background-color: #18846B; }

 a { background-color: rgb(24,132,107); }

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

<style>
 span { border-color: #18846B; }

 span { border-color: rgb(24,132,107); }

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