#1BAA54

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

Shades of Pigment Green #1BAA54

Tints of Pigment Green #1BAA54

Color information

#1BAA54 (or 0x1BAA54) is unknown color: approx Pigment Green. HEX triplet: 1B, AA and 54. RGB value is (27,170,84). Sum of RGB (Red+Green+Blue) = 27+170+84=281 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.61% from 281); Green value is 170 (66.80% from 255 or 60.50% from 281); Blue value is 84 (33.20% from 255 or 29.89% from 281); Max value from RGB is 170 - color contains mainly: green. Hex color #1BAA54 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1BAA54 is #E455AB. Grayscale: #757575. Windows color (decimal): -14964140 or 5548571. OLE color: 5548571.

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

Color convert

RGB2717084-
CMYK0.8400.510.33
HSL143.92º72.59%38.63%-
HSV(B)143.92º84.12%66.67%-
XYZ16.4329.6213.24-
YUV117.44109.1263.49-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.61%
GREEN value IS 170 (66.80% from 255) = 60.50%
BLUE value IS 84 (33.20% from 255) = 29.89%
R=9.61%
G=60.50%
B=29.89%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal27170840.8400.510.33143.9272.5938.63
Hex1BAA545403321904927
Octal332521241240634122011147
Binary1101110101010101010010101000110011100001100100001001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BAA54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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