#1AA15C

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

Shades of Eucalyptus #1AA15C

Tints of Eucalyptus #1AA15C

Color information

#1AA15C (or 0x1AA15C) is unknown color: approx Eucalyptus. HEX triplet: 1A, A1 and 5C. RGB value is (26,161,92). Sum of RGB (Red+Green+Blue) = 26+161+92=279 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.32% from 279); Green value is 161 (63.28% from 255 or 57.71% from 279); Blue value is 92 (36.33% from 255 or 32.97% from 279); Max value from RGB is 161 - color contains mainly: green. Hex color #1AA15C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AA15C is #E55EA3. Grayscale: #707070. Windows color (decimal): -15031972 or 6070554. OLE color: 6070554.

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

Color convert

RGB2616192-
CMYK0.8400.430.37
HSL149.33º72.19%36.67%-
HSV(B)149.33º83.85%63.14%-
XYZ15.126.4814.44-
YUV112.77116.2766.11-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.32%
GREEN value IS 161 (63.28% from 255) = 57.71%
BLUE value IS 92 (36.33% from 255) = 32.97%
R=9.32%
G=57.71%
B=32.97%

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
Decimal26161920.8400.430.37149.3372.1936.67
Hex1AA15C5402B25954825
Octal322411341240534522511045
Binary1101010100001101110010101000101011100101100101011001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AA15C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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