#1BA55A

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

Shades of Eucalyptus #1BA55A

Tints of Eucalyptus #1BA55A

Color information

#1BA55A (or 0x1BA55A) is unknown color: approx Eucalyptus. HEX triplet: 1B, A5 and 5A. RGB value is (27,165,90). Sum of RGB (Red+Green+Blue) = 27+165+90=282 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.57% from 282); Green value is 165 (64.84% from 255 or 58.51% from 282); Blue value is 90 (35.55% from 255 or 31.91% from 282); Max value from RGB is 165 - color contains mainly: green. Hex color #1BA55A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1BA55A is #E45AA5. Grayscale: #737373. Windows color (decimal): -14965414 or 5940507. OLE color: 5940507.

HSL color Cylindrical-coordinate representation of color #1BA55A: hue angle of 147.39º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1BA55A is Cyan = 0.84, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB2716590-
CMYK0.8400.450.35
HSL147.39º71.88%37.65%-
HSV(B)147.39º83.64%64.71%-
XYZ15.7527.8814.22-
YUV115.19113.7865.1-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.57%
GREEN value IS 165 (64.84% from 255) = 58.51%
BLUE value IS 90 (35.55% from 255) = 31.91%
R=9.57%
G=58.51%
B=31.91%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal27165900.8400.450.35147.3971.8837.65
Hex1BA55A5402D23934826
Octal332451321240554322311046
Binary1101110100101101101010101000101101100011100100111001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BA55A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,165,90); }

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

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

 a { background-color: rgb(27,165,90); }

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

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

 span { border-color: rgb(27,165,90); }

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