Html Css Color HEX #168474 Elf Green

📋 copy color: '#168474'

red 22 ◦ green 132 ◦ blue 116

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

Shades of Elf Green #168474

Tints of Elf Green #168474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 42.96%

R = 8.15%
G = 48.89%
B = 42.96%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#168474 (or 0x168474) is known color: Elf Green. HEX triplet: 16, 84 and 74. RGB value is (22,132,116). Sum of RGB (Red+Green+Blue) = 22+132+116=270 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.15% from 270); Green value is 132 (51.95% from 255 or 48.89% from 270); Blue value is 116 (45.70% from 255 or 42.96% from 270); Max value from RGB is 132 - color contains mainly: green. Hex color #168474 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #168474 is #E97B8B. Grayscale: #616161. Windows color (decimal): -15301516 or 7635990. OLE color: 7635990.

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

Color convert

RGB 22 132 116 -
CMYK 0.83 0 0.12 0.48
HSL 171.27º 0.71% 0.3% -
HSV(B) 171.27º 0.83% 0.52% -
XYZ 11.73 17.93 19.37 -
YUV 97.29 138.56 74.3 -
System Red Green Blue C M Y K H S L
Decimal 22 132 116 0.83 0 0.12 0.48 171.27 0.71 0.3
Hex 16 84 74 53 0 C 30 AB 47 1E
Octal 26 204 164 123 0 14 60 253 107 36
Binary 10110 10000100 1110100 1010011 0 1100 110000 10101011 1000111 11110

Color Harmonies of #168474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #168474

Black with #168474

Text Example


Text Example

White with #168474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #168474; }

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

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

background-color css

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

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

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

border-color css

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

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

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