Html Css Color HEX #18947E Elf Green

📋 copy color: '#18947E'

red 24 ◦ green 148 ◦ blue 126

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

Shades of Elf Green #18947E

Tints of Elf Green #18947E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 42.28%

R = 8.05%
G = 49.66%
B = 42.28%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#18947E (or 0x18947E) is known color: Elf Green. HEX triplet: 18, 94 and 7E. RGB value is (24,148,126). Sum of RGB (Red+Green+Blue) = 24+148+126=298 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.05% from 298); Green value is 148 (58.20% from 255 or 49.66% from 298); Blue value is 126 (49.61% from 255 or 42.28% from 298); Max value from RGB is 148 - color contains mainly: green. Hex color #18947E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18947E is #E76B81. Grayscale: #6C6C6C. Windows color (decimal): -15166338 or 8295448. OLE color: 8295448.

HSL color Cylindrical-coordinate representation of color #18947E: hue angle of 169.35º 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 #18947E is Cyan = 0.84, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB 24 148 126 -
CMYK 0.84 0 0.15 0.42
HSL 169.35º 0.72% 0.34% -
HSV(B) 169.35º 0.84% 0.58% -
XYZ 14.73 22.88 23.38 -
YUV 108.42 137.92 67.79 -
System Red Green Blue C M Y K H S L
Decimal 24 148 126 0.84 0 0.15 0.42 169.35 0.72 0.34
Hex 18 94 7E 54 0 F 2A A9 48 22
Octal 30 224 176 124 0 17 52 251 110 42
Binary 11000 10010100 1111110 1010100 0 1111 101010 10101001 1001000 100010

Color Harmonies of #18947E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18947E

Black with #18947E

Text Example


Text Example

White with #18947E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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