#1C9A5B

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

Shades of Eucalyptus #1C9A5B

Tints of Eucalyptus #1C9A5B

Color information

#1C9A5B (or 0x1C9A5B) is unknown color: approx Eucalyptus. HEX triplet: 1C, 9A and 5B. RGB value is (28,154,91). Sum of RGB (Red+Green+Blue) = 28+154+91=273 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.26% from 273); Green value is 154 (60.55% from 255 or 56.41% from 273); Blue value is 91 (35.94% from 255 or 33.33% from 273); Max value from RGB is 154 - color contains mainly: green. Hex color #1C9A5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C9A5B is #E365A4. Grayscale: #6D6D6D. Windows color (decimal): -14902693 or 6003228. OLE color: 6003228.

HSL color Cylindrical-coordinate representation of color #1C9A5B: hue angle of 150º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C9A5B is Cyan = 0.82, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.40.

Color convert

RGB2815491-
CMYK0.8200.410.40
HSL150º69.23%35.69%-
HSV(B)150º81.82%60.39%-
XYZ13.9224.1113.82-
YUV109.14117.7670.12-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.26%
GREEN value IS 154 (60.55% from 255) = 56.41%
BLUE value IS 91 (35.94% from 255) = 33.33%
R=10.26%
G=56.41%
B=33.33%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal28154910.8200.410.4015069.2335.69
Hex1C9A5B5202928964524
Octal342321331220515022610544
Binary1110010011010101101110100100101001101000100101101000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C9A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,154,91); }

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

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

 a { background-color: rgb(28,154,91); }

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

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

 span { border-color: rgb(28,154,91); }

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