#1C9964

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

Shades of Elf Green #1C9964

Tints of Elf Green #1C9964

Color information

#1C9964 (or 0x1C9964) is unknown color: approx Elf Green. HEX triplet: 1C, 99 and 64. RGB value is (28,153,100). Sum of RGB (Red+Green+Blue) = 28+153+100=281 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.96% from 281); Green value is 153 (60.16% from 255 or 54.45% from 281); Blue value is 100 (39.45% from 255 or 35.59% from 281); Max value from RGB is 153 - color contains mainly: green. Hex color #1C9964 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C9964 is #E3669B. Grayscale: #6D6D6D. Windows color (decimal): -14902940 or 6592796. OLE color: 6592796.

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

Color convert

RGB28153100-
CMYK0.8200.350.4
HSL154.56º69.06%35.49%-
HSV(B)154.56º81.7%60%-
XYZ14.1723.9515.93-
YUV109.58122.5969.81-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.96%
GREEN value IS 153 (60.16% from 255) = 54.45%
BLUE value IS 100 (39.45% from 255) = 35.59%
R=9.96%
G=54.45%
B=35.59%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal281531000.8200.350.4154.5669.0635.49
Hex1C996452023289b4523
Octal342311441220435023310543
Binary1110010011001110010010100100100011101000100110111000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C9964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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