#1ca45e

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

Shades of Eucalyptus #1CA45E

Tints of Eucalyptus #1CA45E

Color information

#1CA45E (or 0x1CA45E) is unknown color: approx Eucalyptus. HEX triplet: 1C, A4 and 5E. RGB value is (28,164,94). Sum of RGB (Red+Green+Blue) = 28+164+94=286 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.79% from 286); Green value is 164 (64.45% from 255 or 57.34% from 286); Blue value is 94 (37.11% from 255 or 32.87% from 286); Max value from RGB is 164 - color contains mainly: green. Hex color #1CA45E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CA45E is #E35BA1. Grayscale: #737373. Windows color (decimal): -14900130 or 6202396. OLE color: 6202396.

HSL color Cylindrical-coordinate representation of color #1CA45E: hue angle of 149.12º 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 #1CA45E is Cyan = 0.83, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB2816494-
CMYK0.8300.430.36
HSL149.12º70.83%37.65%-
HSV(B)149.12º82.93%64.31%-
XYZ15.7727.6115.09-
YUV115.36115.9465.69-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.79%
GREEN value IS 164 (64.45% from 255) = 57.34%
BLUE value IS 94 (37.11% from 255) = 32.87%
R=9.79%
G=57.34%
B=32.87%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal28164940.8300.430.36149.1270.8337.65
Hex1CA45E5302B24954726
Octal342441361230534422510746
Binary1110010100100101111010100110101011100100100101011000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ca45e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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