Html Css Color HEX #1C9971 Elf Green

📋 copy color: '#1C9971'

red 28 ◦ green 153 ◦ blue 113

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

Shades of Elf Green #1C9971

Tints of Elf Green #1C9971

RGB

 RED value IS 28 (11.33% from 255) = 9.52%

 GREEN value IS 153 (60.16% from 255) = 52.04%

 BLUE value IS 113 (44.53% from 255) = 38.44%

R = 9.52%
G = 52.04%
B = 38.44%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.26

 K value IS 0.4

RGB Variations

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

Color information

#1C9971 (or 0x1C9971) is known color: Elf Green. HEX triplet: 1C, 99 and 71. RGB value is (28,153,113). Sum of RGB (Red+Green+Blue) = 28+153+113=294 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.52% from 294); Green value is 153 (60.16% from 255 or 52.04% from 294); Blue value is 113 (44.53% from 255 or 38.44% from 294); Max value from RGB is 153 - color contains mainly: green. Hex color #1C9971 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C9971 is #E3668E. Grayscale: #6F6F6F. Windows color (decimal): -14902927 or 7444764. OLE color: 7444764.

HSL color Cylindrical-coordinate representation of color #1C9971: hue angle of 160.8º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C9971 is Cyan = 0.82, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.4.

Color convert

RGB 28 153 113 -
CMYK 0.82 0 0.26 0.4
HSL 160.8º 0.69% 0.35% -
HSV(B) 160.8º 0.82% 0.6% -
XYZ 14.85 24.22 19.52 -
YUV 111.07 129.09 68.75 -
System Red Green Blue C M Y K H S L
Decimal 28 153 113 0.82 0 0.26 0.4 160.8 0.69 0.35
Hex 1C 99 71 52 0 1A 28 A1 45 23
Octal 34 231 161 122 0 32 50 241 105 43
Binary 11100 10011001 1110001 1010010 0 11010 101000 10100001 1000101 100011

Color Harmonies of #1C9971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C9971

Black with #1C9971

Text Example


Text Example

White with #1C9971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1C9971; }

 p { color: rgb(28,153,113); }

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

background-color css

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

 a { background-color: rgb(28,153,113); }

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

border-color css

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

 span { border-color: rgb(28,153,113); }

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