Html Css Color HEX #168470 Elf Green

📋 copy color: '#168470'

red 22 ◦ green 132 ◦ blue 112

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

Shades of Elf Green #168470

Tints of Elf Green #168470

RGB

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

 GREEN value IS 132 (51.95% from 255) = 49.62%

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

R = 8.27%
G = 49.62%
B = 42.11%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#168470 (or 0x168470) is known color: Elf Green. HEX triplet: 16, 84 and 70. RGB value is (22,132,112). Sum of RGB (Red+Green+Blue) = 22+132+112=266 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.27% from 266); Green value is 132 (51.95% from 255 or 49.62% from 266); Blue value is 112 (44.14% from 255 or 42.11% from 266); Max value from RGB is 132 - color contains mainly: green. Hex color #168470 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #168470 is #E97B8F. Grayscale: #606060. Windows color (decimal): -15301520 or 7373846. OLE color: 7373846.

HSL color Cylindrical-coordinate representation of color #168470: hue angle of 169.09º degrees, saturation: 0.71, 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 #168470 is Cyan = 0.83, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.48.

Color convert

RGB 22 132 112 -
CMYK 0.83 0 0.15 0.48
HSL 169.09º 0.71% 0.3% -
HSV(B) 169.09º 0.83% 0.52% -
XYZ 11.51 17.84 18.17 -
YUV 96.83 136.56 74.63 -
System Red Green Blue C M Y K H S L
Decimal 22 132 112 0.83 0 0.15 0.48 169.09 0.71 0.3
Hex 16 84 70 53 0 F 30 A9 47 1E
Octal 26 204 160 123 0 17 60 251 107 36
Binary 10110 10000100 1110000 1010011 0 1111 110000 10101001 1000111 11110

Color Harmonies of #168470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #168470

Black with #168470

Text Example


Text Example

White with #168470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #168470; }

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

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

background-color css

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

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

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

border-color css

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

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

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