#1BAA5A

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

Shades of Pigment Green #1BAA5A

Tints of Pigment Green #1BAA5A

Color information

#1BAA5A (or 0x1BAA5A) is unknown color: approx Pigment Green. HEX triplet: 1B, AA and 5A. RGB value is (27,170,90). Sum of RGB (Red+Green+Blue) = 27+170+90=287 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.41% from 287); Green value is 170 (66.80% from 255 or 59.23% from 287); Blue value is 90 (35.55% from 255 or 31.36% from 287); Max value from RGB is 170 - color contains mainly: green. Hex color #1BAA5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1BAA5A is #E455A5. Grayscale: #767676. Windows color (decimal): -14964134 or 5941787. OLE color: 5941787.

HSL color Cylindrical-coordinate representation of color #1BAA5A: hue angle of 146.43º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1BAA5A is Cyan = 0.84, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB2717090-
CMYK0.8400.470.33
HSL146.43º72.59%38.63%-
HSV(B)146.43º84.12%66.67%-
XYZ16.6729.7214.53-
YUV118.12112.1263-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.41%
GREEN value IS 170 (66.80% from 255) = 59.23%
BLUE value IS 90 (35.55% from 255) = 31.36%
R=9.41%
G=59.23%
B=31.36%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal27170900.8400.470.33146.4372.5938.63
Hex1BAA5A5402F21924927
Octal332521321240574122211147
Binary1101110101010101101010101000101111100001100100101001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BAA5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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