Html Css Color HEX #16955C Elf Green

📋 copy color: '#16955C'

red 22 ◦ green 149 ◦ blue 92

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

Shades of Elf Green #16955C

Tints of Elf Green #16955C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 56.65%

 BLUE value IS 92 (36.33% from 255) = 34.98%

R = 8.37%
G = 56.65%
B = 34.98%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#16955C (or 0x16955C) is known color: Elf Green. HEX triplet: 16, 95 and 5C. RGB value is (22,149,92). Sum of RGB (Red+Green+Blue) = 22+149+92=263 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.37% from 263); Green value is 149 (58.59% from 255 or 56.65% from 263); Blue value is 92 (36.33% from 255 or 34.98% from 263); Max value from RGB is 149 - color contains mainly: green. Hex color #16955C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16955C is #E96AA3. Grayscale: #686868. Windows color (decimal): -15297188 or 6067478. OLE color: 6067478.

HSL color Cylindrical-coordinate representation of color #16955C: hue angle of 153.07º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #16955C is Cyan = 0.85, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB 22 149 92 -
CMYK 0.85 0 0.38 0.42
HSL 153.07º 0.74% 0.34% -
HSV(B) 153.07º 0.85% 0.58% -
XYZ 13.01 22.44 13.77 -
YUV 104.53 120.92 69.13 -
System Red Green Blue C M Y K H S L
Decimal 22 149 92 0.85 0 0.38 0.42 153.07 0.74 0.34
Hex 16 95 5C 55 0 26 2A 99 4A 22
Octal 26 225 134 125 0 46 52 231 112 42
Binary 10110 10010101 1011100 1010101 0 100110 101010 10011001 1001010 100010

Color Harmonies of #16955C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16955C

Black with #16955C

Text Example


Text Example

White with #16955C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #16955C; }

 p { color: rgb(22,149,92); }

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

background-color css

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

 a { background-color: rgb(22,149,92); }

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

border-color css

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

 span { border-color: rgb(22,149,92); }

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