#1C9469

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

Shades of Elf Green #1C9469

Tints of Elf Green #1C9469

Color information

#1C9469 (or 0x1C9469) is unknown color: approx Elf Green. HEX triplet: 1C, 94 and 69. RGB value is (28,148,105). Sum of RGB (Red+Green+Blue) = 28+148+105=281 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.96% from 281); Green value is 148 (58.20% from 255 or 52.67% from 281); Blue value is 105 (41.41% from 255 or 37.37% from 281); Max value from RGB is 148 - color contains mainly: green. Hex color #1C9469 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C9469 is #E36B96. Grayscale: #6B6B6B. Windows color (decimal): -14904215 or 6919196. OLE color: 6919196.

HSL color Cylindrical-coordinate representation of color #1C9469: hue angle of 158.5º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C9469 is Cyan = 0.81, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB28148105-
CMYK0.8100.290.42
HSL158.5º68.18%34.51%-
HSV(B)158.5º81.08%58.04%-
XYZ13.6222.4516.98-
YUV107.22126.7471.5-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.96%
GREEN value IS 148 (58.20% from 255) = 52.67%
BLUE value IS 105 (41.41% from 255) = 37.37%
R=9.96%
G=52.67%
B=37.37%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal281481050.8100.290.42158.568.1834.51
Hex1C94695101D2A9e4423
Octal342241511210355223610443
Binary111001001010011010011010001011101101010100111101000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C9469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,148,105); }

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

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

 a { background-color: rgb(28,148,105); }

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

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

 span { border-color: rgb(28,148,105); }

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