#1CA36B

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

Shades of Elf Green #1CA36B

Tints of Elf Green #1CA36B

Color information

#1CA36B (or 0x1CA36B) is unknown color: approx Elf Green. HEX triplet: 1C, A3 and 6B. RGB value is (28,163,107). Sum of RGB (Red+Green+Blue) = 28+163+107=298 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.40% from 298); Green value is 163 (64.06% from 255 or 54.70% from 298); Blue value is 107 (42.19% from 255 or 35.91% from 298); Max value from RGB is 163 - color contains mainly: green. Hex color #1CA36B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CA36B is #E35C94. Grayscale: #747474. Windows color (decimal): -14900373 or 7054108. OLE color: 7054108.

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

Color convert

RGB28163107-
CMYK0.8300.340.36
HSL155.11º70.68%37.45%-
HSV(B)155.11º82.82%63.92%-
XYZ16.2327.518.36-
YUV116.25122.7765.05-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.40%
GREEN value IS 163 (64.06% from 255) = 54.70%
BLUE value IS 107 (42.19% from 255) = 35.91%
R=9.40%
G=54.70%
B=35.91%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal281631070.8300.340.36155.1170.6837.45
Hex1CA36B53022249b4725
Octal342431531230424423310745
Binary1110010100011110101110100110100010100100100110111000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CA36B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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