#1A9C5C

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

Shades of Eucalyptus #1A9C5C

Tints of Eucalyptus #1A9C5C

Color information

#1A9C5C (or 0x1A9C5C) is unknown color: approx Eucalyptus. HEX triplet: 1A, 9C and 5C. RGB value is (26,156,92). Sum of RGB (Red+Green+Blue) = 26+156+92=274 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.49% from 274); Green value is 156 (61.33% from 255 or 56.93% from 274); Blue value is 92 (36.33% from 255 or 33.58% from 274); Max value from RGB is 156 - color contains mainly: green. Hex color #1A9C5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A9C5C is #E563A3. Grayscale: #6D6D6D. Windows color (decimal): -15033252 or 6069274. OLE color: 6069274.

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

Color convert

RGB2615692-
CMYK0.8300.410.39
HSL150.46º71.43%35.69%-
HSV(B)150.46º83.33%61.18%-
XYZ14.2524.7714.16-
YUV109.83117.9368.2-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.49%
GREEN value IS 156 (61.33% from 255) = 56.93%
BLUE value IS 92 (36.33% from 255) = 33.58%
R=9.49%
G=56.93%
B=33.58%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal26156920.8300.410.39150.4671.4335.69
Hex1A9C5C5302927964724
Octal322341341230514722610744
Binary1101010011100101110010100110101001100111100101101000111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A9C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,156,92); }

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

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

 a { background-color: rgb(26,156,92); }

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

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

 span { border-color: rgb(26,156,92); }

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