Html Css Color HEX #18856E Elf Green

📋 copy color: '#18856E'

red 24 ◦ green 133 ◦ blue 110

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

Shades of Elf Green #18856E

Tints of Elf Green #18856E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 49.81%

 BLUE value IS 110 (43.36% from 255) = 41.2%

R = 8.99%
G = 49.81%
B = 41.2%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#18856E (or 0x18856E) is known color: Elf Green. HEX triplet: 18, 85 and 6E. RGB value is (24,133,110). Sum of RGB (Red+Green+Blue) = 24+133+110=267 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.99% from 267); Green value is 133 (52.34% from 255 or 49.81% from 267); Blue value is 110 (43.36% from 255 or 41.20% from 267); Max value from RGB is 133 - color contains mainly: green. Hex color #18856E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18856E is #E77A91. Grayscale: #616161. Windows color (decimal): -15170194 or 7243032. OLE color: 7243032.

HSL color Cylindrical-coordinate representation of color #18856E: hue angle of 167.34º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #18856E is Cyan = 0.82, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB 24 133 110 -
CMYK 0.82 0 0.17 0.48
HSL 167.34º 0.69% 0.31% -
HSV(B) 167.34º 0.82% 0.52% -
XYZ 11.58 18.1 17.63 -
YUV 97.79 134.89 75.37 -
System Red Green Blue C M Y K H S L
Decimal 24 133 110 0.82 0 0.17 0.48 167.34 0.69 0.31
Hex 18 85 6E 52 0 11 30 A7 45 1F
Octal 30 205 156 122 0 21 60 247 105 37
Binary 11000 10000101 1101110 1010010 0 10001 110000 10100111 1000101 11111

Color Harmonies of #18856E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18856E

Black with #18856E

Text Example


Text Example

White with #18856E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,133,110); }

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

background-color css

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

 a { background-color: rgb(24,133,110); }

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

border-color css

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

 span { border-color: rgb(24,133,110); }

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