Html Css Color HEX #168276 Elf Green

📋 copy color: '#168276'

red 22 ◦ green 130 ◦ blue 118

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

Shades of Elf Green #168276

Tints of Elf Green #168276

RGB

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

 GREEN value IS 130 (51.17% from 255) = 48.15%

 BLUE value IS 118 (46.48% from 255) = 43.7%

R = 8.15%
G = 48.15%
B = 43.7%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#168276 (or 0x168276) is known color: Elf Green. HEX triplet: 16, 82 and 76. RGB value is (22,130,118). Sum of RGB (Red+Green+Blue) = 22+130+118=270 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.15% from 270); Green value is 130 (51.17% from 255 or 48.15% from 270); Blue value is 118 (46.48% from 255 or 43.70% from 270); Max value from RGB is 130 - color contains mainly: green. Hex color #168276 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #168276 is #E97D89. Grayscale: #606060. Windows color (decimal): -15302026 or 7766550. OLE color: 7766550.

HSL color Cylindrical-coordinate representation of color #168276: hue angle of 173.33º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #168276 is Cyan = 0.83, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB 22 130 118 -
CMYK 0.83 0 0.09 0.49
HSL 173.33º 0.71% 0.3% -
HSV(B) 173.33º 0.83% 0.51% -
XYZ 11.58 17.44 19.9 -
YUV 96.34 140.22 74.98 -
System Red Green Blue C M Y K H S L
Decimal 22 130 118 0.83 0 0.09 0.49 173.33 0.71 0.3
Hex 16 82 76 53 0 9 31 AD 47 1E
Octal 26 202 166 123 0 11 61 255 107 36
Binary 10110 10000010 1110110 1010011 0 1001 110001 10101101 1000111 11110

Color Harmonies of #168276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #168276

Black with #168276

Text Example


Text Example

White with #168276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #168276; }

 p { color: rgb(22,130,118); }

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

background-color css

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

 a { background-color: rgb(22,130,118); }

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

border-color css

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

 span { border-color: rgb(22,130,118); }

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