#1AA15B

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

Shades of Eucalyptus #1AA15B

Tints of Eucalyptus #1AA15B

Color information

#1AA15B (or 0x1AA15B) is unknown color: approx Eucalyptus. HEX triplet: 1A, A1 and 5B. RGB value is (26,161,91). Sum of RGB (Red+Green+Blue) = 26+161+91=278 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.35% from 278); Green value is 161 (63.28% from 255 or 57.91% from 278); Blue value is 91 (35.94% from 255 or 32.73% from 278); Max value from RGB is 161 - color contains mainly: green. Hex color #1AA15B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AA15B is #E55EA4. Grayscale: #707070. Windows color (decimal): -15031973 or 6005018. OLE color: 6005018.

HSL color Cylindrical-coordinate representation of color #1AA15B: hue angle of 148.89º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1AA15B is Cyan = 0.84, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.37.

Color convert

RGB2616191-
CMYK0.8400.430.37
HSL148.89º72.19%36.67%-
HSV(B)148.89º83.85%63.14%-
XYZ15.0626.4614.21-
YUV112.65115.7766.19-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.35%
GREEN value IS 161 (63.28% from 255) = 57.91%
BLUE value IS 91 (35.94% from 255) = 32.73%
R=9.35%
G=57.91%
B=32.73%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal26161910.8400.430.37148.8972.1936.67
Hex1AA15B5402B25954825
Octal322411331240534522511045
Binary1101010100001101101110101000101011100101100101011001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AA15B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,161,91); }

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

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

 a { background-color: rgb(26,161,91); }

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

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

 span { border-color: rgb(26,161,91); }

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