#1AA360

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

Shades of Eucalyptus #1AA360

Tints of Eucalyptus #1AA360

Color information

#1AA360 (or 0x1AA360) is unknown color: approx Eucalyptus. HEX triplet: 1A, A3 and 60. RGB value is (26,163,96). Sum of RGB (Red+Green+Blue) = 26+163+96=285 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.12% from 285); Green value is 163 (64.06% from 255 or 57.19% from 285); Blue value is 96 (37.89% from 255 or 33.68% from 285); Max value from RGB is 163 - color contains mainly: green. Hex color #1AA360 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AA360 is #E55C9F. Grayscale: #727272. Windows color (decimal): -15031456 or 6333210. OLE color: 6333210.

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

Color convert

RGB2616396-
CMYK0.8400.410.36
HSL150.66º72.49%37.06%-
HSV(B)150.66º84.05%63.92%-
XYZ15.6327.2615.5-
YUV114.4117.6164.95-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.12%
GREEN value IS 163 (64.06% from 255) = 57.19%
BLUE value IS 96 (37.89% from 255) = 33.68%
R=9.12%
G=57.19%
B=33.68%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal26163960.8400.410.36150.6672.4937.06
Hex1AA3605402924974825
Octal322431401240514422711045
Binary1101010100011110000010101000101001100100100101111001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AA360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,163,96); }

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

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

 a { background-color: rgb(26,163,96); }

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

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

 span { border-color: rgb(26,163,96); }

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