#1cac5c

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

Shades of Eucalyptus #1CAC5C

Tints of Eucalyptus #1CAC5C

Color information

#1CAC5C (or 0x1CAC5C) is unknown color: approx Eucalyptus. HEX triplet: 1C, AC and 5C. RGB value is (28,172,92). Sum of RGB (Red+Green+Blue) = 28+172+92=292 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.59% from 292); Green value is 172 (67.58% from 255 or 58.90% from 292); Blue value is 92 (36.33% from 255 or 31.51% from 292); Max value from RGB is 172 - color contains mainly: green. Hex color #1CAC5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CAC5C is #E353A3. Grayscale: #787878. Windows color (decimal): -14898084 or 6073372. OLE color: 6073372.

HSL color Cylindrical-coordinate representation of color #1CAC5C: hue angle of 146.67º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CAC5C is Cyan = 0.84, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB2817292-
CMYK0.8400.470.33
HSL146.67º72%39.22%-
HSV(B)146.67º83.72%67.45%-
XYZ17.1630.5215.11-
YUV119.82112.2962.5-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.59%
GREEN value IS 172 (67.58% from 255) = 58.90%
BLUE value IS 92 (36.33% from 255) = 31.51%
R=9.59%
G=58.90%
B=31.51%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal28172920.8400.470.33146.677239.22
Hex1CAC5C5402F21934827
Octal342541341240574122311047
Binary1110010101100101110010101000101111100001100100111001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1cac5c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,172,92); }

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

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

 a { background-color: rgb(28,172,92); }

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

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

 span { border-color: rgb(28,172,92); }

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