Html Css Color HEX #18947C Elf Green

📋 copy color: '#18947C'

red 24 ◦ green 148 ◦ blue 124

#18947C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Elf Green #18947C

Tints of Elf Green #18947C

RGB

 RED value IS 24 (9.77% from 255) = 8.11%

 GREEN value IS 148 (58.2% from 255) = 50%

 BLUE value IS 124 (48.83% from 255) = 41.89%

R = 8.11%
G = 50%
B = 41.89%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#18947C (or 0x18947C) is known color: Elf Green. HEX triplet: 18, 94 and 7C. RGB value is (24,148,124). Sum of RGB (Red+Green+Blue) = 24+148+124=296 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.11% from 296); Green value is 148 (58.20% from 255 or 50% from 296); Blue value is 124 (48.83% from 255 or 41.89% from 296); Max value from RGB is 148 - color contains mainly: green. Hex color #18947C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18947C is #E76B83. Grayscale: #6C6C6C. Windows color (decimal): -15166340 or 8164376. OLE color: 8164376.

HSL color Cylindrical-coordinate representation of color #18947C: hue angle of 168.39º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #18947C is Cyan = 0.84, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 24 148 124 -
CMYK 0.84 0 0.16 0.42
HSL 168.39º 0.72% 0.34% -
HSV(B) 168.39º 0.84% 0.58% -
XYZ 14.6 22.83 22.71 -
YUV 108.19 136.92 67.95 -
System Red Green Blue C M Y K H S L
Decimal 24 148 124 0.84 0 0.16 0.42 168.39 0.72 0.34
Hex 18 94 7C 54 0 10 2A A8 48 22
Octal 30 224 174 124 0 20 52 250 110 42
Binary 11000 10010100 1111100 1010100 0 10000 101010 10101000 1001000 100010

Color Harmonies of #18947C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18947C

Black with #18947C

Text Example


Text Example

White with #18947C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18947C; }

 p { color: rgb(24,148,124); }

 H1.HeaderClassName
 {
   color: #18947C;
 }
 .AnyTagClassName
 {
   color: #18947C;
 }
</style>

background-color css

<style>
 a { background-color: #18947C; }

 a { background-color: rgb(24,148,124); }

 div.DivClassName
 {
   background-color: #18947C;
 }
 .BgClassName
 {
   background-color: #18947C;
 }
</style>

border-color css

<style>
 span { border-color: #18947C; }

 span { border-color: rgb(24,148,124); }

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