#18977F

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

Shades of Elf Green #18977F

Tints of Elf Green #18977F

Color information

#18977F (or 0x18977F) is unknown color: approx Elf Green. HEX triplet: 18, 97 and 7F. RGB value is (24,151,127). Sum of RGB (Red+Green+Blue) = 24+151+127=302 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.95% from 302); Green value is 151 (59.38% from 255 or 50% from 302); Blue value is 127 (50% from 255 or 42.05% from 302); Max value from RGB is 151 - color contains mainly: green. Hex color #18977F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18977F is #E76880. Grayscale: #6E6E6E. Windows color (decimal): -15165569 or 8361752. OLE color: 8361752.

HSL color Cylindrical-coordinate representation of color #18977F: hue angle of 168.66º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #18977F is Cyan = 0.84, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.41.

Color convert

RGB24151127-
CMYK0.8400.160.41
HSL168.66º72.57%34.31%-
HSV(B)168.66º84.11%59.22%-
XYZ15.2723.8623.88-
YUV110.29137.4266.45-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.95%
GREEN value IS 151 (59.38% from 255) = 50%
BLUE value IS 127 (50% from 255) = 42.05%
R=7.95%
G=50%
B=42.05%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal241511270.8400.160.41168.6672.5734.31
Hex18977F5401029a94922
Octal302271771240205125111142
Binary110001001011111111111010100010000101001101010011001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18977F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18977F; }

 p { color: rgb(24,151,127); }

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

<style>
 a { background-color: #18977F; }

 a { background-color: rgb(24,151,127); }

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

<style>
 span { border-color: #18977F; }

 span { border-color: rgb(24,151,127); }

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