#18926B

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

Shades of Elf Green #18926B

Tints of Elf Green #18926B

Color information

#18926B (or 0x18926B) is unknown color: approx Elf Green. HEX triplet: 18, 92 and 6B. RGB value is (24,146,107). Sum of RGB (Red+Green+Blue) = 24+146+107=277 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.66% from 277); Green value is 146 (57.42% from 255 or 52.71% from 277); Blue value is 107 (42.19% from 255 or 38.63% from 277); Max value from RGB is 146 - color contains mainly: green. Hex color #18926B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18926B is #E76D94. Grayscale: #696969. Windows color (decimal): -15166869 or 7049752. OLE color: 7049752.

HSL color Cylindrical-coordinate representation of color #18926B: hue angle of 160.82º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #18926B is Cyan = 0.84, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.

Color convert

RGB24146107-
CMYK0.8400.270.43
HSL160.82º71.76%33.33%-
HSV(B)160.82º83.56%57.25%-
XYZ13.3121.8117.42-
YUV105.08129.0870.17-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.66%
GREEN value IS 146 (57.42% from 255) = 52.71%
BLUE value IS 107 (42.19% from 255) = 38.63%
R=8.66%
G=52.71%
B=38.63%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal241461070.8400.270.43160.8271.7633.33
Hex18926B5401B2Ba14821
Octal302221531240335324111041
Binary110001001001011010111010100011011101011101000011001000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18926B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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