Html Css Color HEX #1C986A Elf Green

📋 copy color: '#1C986A'

red 28 ◦ green 152 ◦ blue 106

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

Shades of Elf Green #1C986A

Tints of Elf Green #1C986A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 53.15%

 BLUE value IS 106 (41.8% from 255) = 37.06%

R = 9.79%
G = 53.15%
B = 37.06%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.30

 K value IS 0.40

RGB Variations

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

Color information

#1C986A (or 0x1C986A) is known color: Elf Green. HEX triplet: 1C, 98 and 6A. RGB value is (28,152,106). Sum of RGB (Red+Green+Blue) = 28+152+106=286 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.79% from 286); Green value is 152 (59.77% from 255 or 53.15% from 286); Blue value is 106 (41.80% from 255 or 37.06% from 286); Max value from RGB is 152 - color contains mainly: green. Hex color #1C986A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C986A is #E36795. Grayscale: #6D6D6D. Windows color (decimal): -14903190 or 6985756. OLE color: 6985756.

HSL color Cylindrical-coordinate representation of color #1C986A: hue angle of 157.74º 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 #1C986A is Cyan = 0.82, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB 28 152 106 -
CMYK 0.82 0 0.30 0.40
HSL 157.74º 0.69% 0.35% -
HSV(B) 157.74º 0.82% 0.6% -
XYZ 14.31 23.74 17.46 -
YUV 109.68 125.92 69.74 -
System Red Green Blue C M Y K H S L
Decimal 28 152 106 0.82 0 0.30 0.40 157.74 0.69 0.35
Hex 1C 98 6A 52 0 1E 28 9E 45 23
Octal 34 230 152 122 0 36 50 236 105 43
Binary 11100 10011000 1101010 1010010 0 11110 101000 10011110 1000101 100011

Color Harmonies of #1C986A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C986A

Black with #1C986A

Text Example


Text Example

White with #1C986A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,152,106); }

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

background-color css

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

 a { background-color: rgb(28,152,106); }

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

border-color css

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

 span { border-color: rgb(28,152,106); }

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