Html Css Color HEX #168870 Elf Green

📋 copy color: '#168870'

red 22 ◦ green 136 ◦ blue 112

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

Shades of Elf Green #168870

Tints of Elf Green #168870

RGB

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

 GREEN value IS 136 (53.52% from 255) = 50.37%

 BLUE value IS 112 (44.14% from 255) = 41.48%

R = 8.15%
G = 50.37%
B = 41.48%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#168870 (or 0x168870) is known color: Elf Green. HEX triplet: 16, 88 and 70. RGB value is (22,136,112). Sum of RGB (Red+Green+Blue) = 22+136+112=270 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.15% from 270); Green value is 136 (53.52% from 255 or 50.37% from 270); Blue value is 112 (44.14% from 255 or 41.48% from 270); Max value from RGB is 136 - color contains mainly: green. Hex color #168870 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #168870 is #E9778F. Grayscale: #636363. Windows color (decimal): -15300496 or 7374870. OLE color: 7374870.

HSL color Cylindrical-coordinate representation of color #168870: hue angle of 167.37º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #168870 is Cyan = 0.84, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB 22 136 112 -
CMYK 0.84 0 0.18 0.47
HSL 167.37º 0.72% 0.31% -
HSV(B) 167.37º 0.84% 0.53% -
XYZ 12.06 18.95 18.35 -
YUV 99.18 135.23 72.95 -
System Red Green Blue C M Y K H S L
Decimal 22 136 112 0.84 0 0.18 0.47 167.37 0.72 0.31
Hex 16 88 70 54 0 12 2F A7 48 1F
Octal 26 210 160 124 0 22 57 247 110 37
Binary 10110 10001000 1110000 1010100 0 10010 101111 10100111 1001000 11111

Color Harmonies of #168870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #168870

Black with #168870

Text Example


Text Example

White with #168870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #168870; }

 p { color: rgb(22,136,112); }

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

background-color css

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

 a { background-color: rgb(22,136,112); }

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

border-color css

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

 span { border-color: rgb(22,136,112); }

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