#1C9860

Color #1C9860 Elf Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elf Green #1C9860

Tints of Elf Green #1C9860

Color information

#1C9860 (or 0x1C9860) is unknown color: approx Elf Green. HEX triplet: 1C, 98 and 60. RGB value is (28,152,96). Sum of RGB (Red+Green+Blue) = 28+152+96=276 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.14% from 276); Green value is 152 (59.77% from 255 or 55.07% from 276); Blue value is 96 (37.89% from 255 or 34.78% from 276); Max value from RGB is 152 - color contains mainly: green. Hex color #1C9860 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C9860 is #E3679F. Grayscale: #6C6C6C. Windows color (decimal): -14903200 or 6330396. OLE color: 6330396.

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

Color convert

RGB2815296-
CMYK0.8200.370.40
HSL152.9º68.89%35.29%-
HSV(B)152.9º81.58%59.61%-
XYZ13.8223.5514.88-
YUV108.54120.9270.55-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.14%
GREEN value IS 152 (59.77% from 255) = 55.07%
BLUE value IS 96 (37.89% from 255) = 34.78%
R=10.14%
G=55.07%
B=34.78%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal28152960.8200.370.40152.968.8935.29
Hex1C98605202528994523
Octal342301401220455023110543
Binary1110010011000110000010100100100101101000100110011000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C9860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1C9860;
 }
 .AnyTagClassName
 {
   color: #1C9860;
 }
</style>
background-color css

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

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

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

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

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

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