Html Css Color HEX #16856E Elf Green

📋 copy color: '#16856E'

red 22 ◦ green 133 ◦ blue 110

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

Shades of Elf Green #16856E

Tints of Elf Green #16856E

RGB

 RED value IS 22 (8.98% from 255) = 8.3%

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

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

R = 8.3%
G = 50.19%
B = 41.51%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#16856E (or 0x16856E) is known color: Elf Green. HEX triplet: 16, 85 and 6E. RGB value is (22,133,110). Sum of RGB (Red+Green+Blue) = 22+133+110=265 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.30% from 265); Green value is 133 (52.34% from 255 or 50.19% from 265); Blue value is 110 (43.36% from 255 or 41.51% from 265); Max value from RGB is 133 - color contains mainly: green. Hex color #16856E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16856E is #E97A91. Grayscale: #616161. Windows color (decimal): -15301266 or 7243030. OLE color: 7243030.

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

Color convert

RGB 22 133 110 -
CMYK 0.83 0 0.17 0.48
HSL 167.57º 0.72% 0.3% -
HSV(B) 167.57º 0.83% 0.52% -
XYZ 11.53 18.07 17.63 -
YUV 97.19 135.23 74.37 -
System Red Green Blue C M Y K H S L
Decimal 22 133 110 0.83 0 0.17 0.48 167.57 0.72 0.3
Hex 16 85 6E 53 0 11 30 A8 48 1E
Octal 26 205 156 123 0 21 60 250 110 36
Binary 10110 10000101 1101110 1010011 0 10001 110000 10101000 1001000 11110

Color Harmonies of #16856E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16856E

Black with #16856E

Text Example


Text Example

White with #16856E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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