Html Css Color HEX #18A06F Elf Green

📋 copy color: '#18A06F'

red 24 ◦ green 160 ◦ blue 111

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

Shades of Elf Green #18A06F

Tints of Elf Green #18A06F

RGB

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

 GREEN value IS 160 (62.89% from 255) = 54.24%

 BLUE value IS 111 (43.75% from 255) = 37.63%

R = 8.14%
G = 54.24%
B = 37.63%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.31

 K value IS 0.37

RGB Variations

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

Color information

#18A06F (or 0x18A06F) is known color: Elf Green. HEX triplet: 18, A0 and 6F. RGB value is (24,160,111). Sum of RGB (Red+Green+Blue) = 24+160+111=295 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.14% from 295); Green value is 160 (62.89% from 255 or 54.24% from 295); Blue value is 111 (43.75% from 255 or 37.63% from 295); Max value from RGB is 160 - color contains mainly: green. Hex color #18A06F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18A06F is #E75F90. Grayscale: #717171. Windows color (decimal): -15163281 or 7315480. OLE color: 7315480.

HSL color Cylindrical-coordinate representation of color #18A06F: hue angle of 158.38º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18A06F is Cyan = 0.85, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.37.

Color convert

RGB 24 160 111 -
CMYK 0.85 0 0.31 0.37
HSL 158.38º 0.74% 0.36% -
HSV(B) 158.38º 0.85% 0.63% -
XYZ 15.82 26.48 19.32 -
YUV 113.75 126.44 63.98 -
System Red Green Blue C M Y K H S L
Decimal 24 160 111 0.85 0 0.31 0.37 158.38 0.74 0.36
Hex 18 A0 6F 55 0 1F 25 9E 4A 24
Octal 30 240 157 125 0 37 45 236 112 44
Binary 11000 10100000 1101111 1010101 0 11111 100101 10011110 1001010 100100

Color Harmonies of #18A06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A06F

Black with #18A06F

Text Example


Text Example

White with #18A06F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18A06F; }

 p { color: rgb(24,160,111); }

 H1.HeaderClassName
 {
   color: #18A06F;
 }
 .AnyTagClassName
 {
   color: #18A06F;
 }
</style>

background-color css

<style>
 a { background-color: #18A06F; }

 a { background-color: rgb(24,160,111); }

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

border-color css

<style>
 span { border-color: #18A06F; }

 span { border-color: rgb(24,160,111); }

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