#1A9A5F

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

Shades of Eucalyptus #1A9A5F

Tints of Eucalyptus #1A9A5F

Color information

#1A9A5F (or 0x1A9A5F) is unknown color: approx Eucalyptus. HEX triplet: 1A, 9A and 5F. RGB value is (26,154,95). Sum of RGB (Red+Green+Blue) = 26+154+95=275 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.45% from 275); Green value is 154 (60.55% from 255 or 56% from 275); Blue value is 95 (37.5% from 255 or 34.55% from 275); Max value from RGB is 154 - color contains mainly: green. Hex color #1A9A5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A9A5F is #E565A0. Grayscale: #6D6D6D. Windows color (decimal): -15033761 or 6265370. OLE color: 6265370.

HSL color Cylindrical-coordinate representation of color #1A9A5F: hue angle of 152.34º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A9A5F is Cyan = 0.83, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB2615495-
CMYK0.8300.380.40
HSL152.34º71.11%35.29%-
HSV(B)152.34º83.12%60.39%-
XYZ14.0524.1614.75-
YUV109120.0968.8-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.45%
GREEN value IS 154 (60.55% from 255) = 56%
BLUE value IS 95 (37.5% from 255) = 34.55%
R=9.45%
G=56%
B=34.55%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal26154950.8300.380.40152.3471.1135.29
Hex1A9A5F5302628984723
Octal322321371230465023010743
Binary1101010011010101111110100110100110101000100110001000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A9A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,154,95); }

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

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

 a { background-color: rgb(26,154,95); }

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

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

 span { border-color: rgb(26,154,95); }

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