Html Css Color HEX #18967D Elf Green

📋 copy color: '#18967D'

red 24 ◦ green 150 ◦ blue 125

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

Shades of Elf Green #18967D

Tints of Elf Green #18967D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 50.17%

 BLUE value IS 125 (49.22% from 255) = 41.81%

R = 8.03%
G = 50.17%
B = 41.81%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#18967D (or 0x18967D) is known color: Elf Green. HEX triplet: 18, 96 and 7D. RGB value is (24,150,125). Sum of RGB (Red+Green+Blue) = 24+150+125=299 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.03% from 299); Green value is 150 (58.98% from 255 or 50.17% from 299); Blue value is 125 (49.22% from 255 or 41.81% from 299); Max value from RGB is 150 - color contains mainly: green. Hex color #18967D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18967D is #E76982. Grayscale: #6D6D6D. Windows color (decimal): -15165827 or 8230424. OLE color: 8230424.

HSL color Cylindrical-coordinate representation of color #18967D: hue angle of 168.1º degrees, saturation: 0.72, 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 #18967D is Cyan = 0.84, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 24 150 125 -
CMYK 0.84 0 0.17 0.41
HSL 168.1º 0.72% 0.34% -
HSV(B) 168.1º 0.84% 0.59% -
XYZ 14.98 23.49 23.15 -
YUV 109.48 136.76 67.03 -
System Red Green Blue C M Y K H S L
Decimal 24 150 125 0.84 0 0.17 0.41 168.1 0.72 0.34
Hex 18 96 7D 54 0 11 29 A8 48 22
Octal 30 226 175 124 0 21 51 250 110 42
Binary 11000 10010110 1111101 1010100 0 10001 101001 10101000 1001000 100010

Color Harmonies of #18967D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18967D

Black with #18967D

Text Example


Text Example

White with #18967D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18967D; }

 p { color: rgb(24,150,125); }

 H1.HeaderClassName
 {
   color: #18967D;
 }
 .AnyTagClassName
 {
   color: #18967D;
 }
</style>

background-color css

<style>
 a { background-color: #18967D; }

 a { background-color: rgb(24,150,125); }

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

border-color css

<style>
 span { border-color: #18967D; }

 span { border-color: rgb(24,150,125); }

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