Html Css Color HEX #18856B Elf Green

📋 copy color: '#18856B'

red 24 ◦ green 133 ◦ blue 107

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

Shades of Elf Green #18856B

Tints of Elf Green #18856B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 40.53%

R = 9.09%
G = 50.38%
B = 40.53%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#18856B (or 0x18856B) is known color: Elf Green. HEX triplet: 18, 85 and 6B. RGB value is (24,133,107). Sum of RGB (Red+Green+Blue) = 24+133+107=264 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.09% from 264); Green value is 133 (52.34% from 255 or 50.38% from 264); Blue value is 107 (42.19% from 255 or 40.53% from 264); Max value from RGB is 133 - color contains mainly: green. Hex color #18856B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18856B is #E77A94. Grayscale: #616161. Windows color (decimal): -15170197 or 7046424. OLE color: 7046424.

HSL color Cylindrical-coordinate representation of color #18856B: hue angle of 165.69º 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 #18856B is Cyan = 0.82, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB 24 133 107 -
CMYK 0.82 0 0.20 0.48
HSL 165.69º 0.69% 0.31% -
HSV(B) 165.69º 0.82% 0.52% -
XYZ 11.42 18.03 16.79 -
YUV 97.45 133.39 75.61 -
System Red Green Blue C M Y K H S L
Decimal 24 133 107 0.82 0 0.20 0.48 165.69 0.69 0.31
Hex 18 85 6B 52 0 14 30 A6 45 1F
Octal 30 205 153 122 0 24 60 246 105 37
Binary 11000 10000101 1101011 1010010 0 10100 110000 10100110 1000101 11111

Color Harmonies of #18856B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18856B

Black with #18856B

Text Example


Text Example

White with #18856B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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