#1CA46B

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

Shades of Elf Green #1CA46B

Tints of Elf Green #1CA46B

Color information

#1CA46B (or 0x1CA46B) is unknown color: approx Elf Green. HEX triplet: 1C, A4 and 6B. RGB value is (28,164,107). Sum of RGB (Red+Green+Blue) = 28+164+107=299 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.36% from 299); Green value is 164 (64.45% from 255 or 54.85% from 299); Blue value is 107 (42.19% from 255 or 35.79% from 299); Max value from RGB is 164 - color contains mainly: green. Hex color #1CA46B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CA46B is #E35B94. Grayscale: #747474. Windows color (decimal): -14900117 or 7054364. OLE color: 7054364.

HSL color Cylindrical-coordinate representation of color #1CA46B: hue angle of 154.85º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1CA46B is Cyan = 0.83, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB28164107-
CMYK0.8300.350.36
HSL154.85º70.83%37.65%-
HSV(B)154.85º82.93%64.31%-
XYZ16.4127.8618.42-
YUV116.84122.4464.63-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.36%
GREEN value IS 164 (64.45% from 255) = 54.85%
BLUE value IS 107 (42.19% from 255) = 35.79%
R=9.36%
G=54.85%
B=35.79%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal281641070.8300.350.36154.8570.8337.65
Hex1CA46B53023249b4726
Octal342441531230434423310746
Binary1110010100100110101110100110100011100100100110111000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CA46B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,164,107); }

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

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

 a { background-color: rgb(28,164,107); }

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

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

 span { border-color: rgb(28,164,107); }

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