Html Css Color HEX #168A70 Elf Green

📋 copy color: '#168A70'

red 22 ◦ green 138 ◦ blue 112

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

Shades of Elf Green #168A70

Tints of Elf Green #168A70

RGB

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

 GREEN value IS 138 (54.3% from 255) = 50.74%

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

R = 8.09%
G = 50.74%
B = 41.18%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.19

 K value IS 0.46

RGB Variations

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

Color information

#168A70 (or 0x168A70) is known color: Elf Green. HEX triplet: 16, 8A and 70. RGB value is (22,138,112). Sum of RGB (Red+Green+Blue) = 22+138+112=272 (36% of max value = 765). Red value is 22 (8.98% from 255 or 8.09% from 272); Green value is 138 (54.30% from 255 or 50.74% from 272); Blue value is 112 (44.14% from 255 or 41.18% from 272); Max value from RGB is 138 - color contains mainly: green. Hex color #168A70 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #168A70 is #E9758F. Grayscale: #646464. Windows color (decimal): -15299984 or 7375382. OLE color: 7375382.

HSL color Cylindrical-coordinate representation of color #168A70: hue angle of 166.55º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #168A70 is Cyan = 0.84, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.46.

Color convert

RGB 22 138 112 -
CMYK 0.84 0 0.19 0.46
HSL 166.55º 0.73% 0.31% -
HSV(B) 166.55º 0.84% 0.54% -
XYZ 12.34 19.52 18.45 -
YUV 100.35 134.57 72.11 -
System Red Green Blue C M Y K H S L
Decimal 22 138 112 0.84 0 0.19 0.46 166.55 0.73 0.31
Hex 16 8A 70 54 0 13 2E A7 48 1F
Octal 26 212 160 124 0 23 56 247 110 37
Binary 10110 10001010 1110000 1010100 0 10011 101110 10100111 1001000 11111

Color Harmonies of #168A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #168A70

Black with #168A70

Text Example


Text Example

White with #168A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #168A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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