Html Css Color HEX #18947F Elf Green

📋 copy color: '#18947F'

red 24 ◦ green 148 ◦ blue 127

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

Shades of Elf Green #18947F

Tints of Elf Green #18947F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 42.47%

R = 8.03%
G = 49.5%
B = 42.47%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#18947F (or 0x18947F) is known color: Elf Green. HEX triplet: 18, 94 and 7F. RGB value is (24,148,127). Sum of RGB (Red+Green+Blue) = 24+148+127=299 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.03% from 299); Green value is 148 (58.20% from 255 or 49.50% from 299); Blue value is 127 (50% from 255 or 42.47% from 299); Max value from RGB is 148 - color contains mainly: green. Hex color #18947F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18947F is #E76B80. Grayscale: #6C6C6C. Windows color (decimal): -15166337 or 8360984. OLE color: 8360984.

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

Color convert

RGB 24 148 127 -
CMYK 0.84 0 0.14 0.42
HSL 169.84º 0.72% 0.34% -
HSV(B) 169.84º 0.84% 0.58% -
XYZ 14.8 22.91 23.72 -
YUV 108.53 138.42 67.71 -
System Red Green Blue C M Y K H S L
Decimal 24 148 127 0.84 0 0.14 0.42 169.84 0.72 0.34
Hex 18 94 7F 54 0 E 2A AA 48 22
Octal 30 224 177 124 0 16 52 252 110 42
Binary 11000 10010100 1111111 1010100 0 1110 101010 10101010 1001000 100010

Color Harmonies of #18947F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18947F

Black with #18947F

Text Example


Text Example

White with #18947F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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