#1BAE5F

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

Shades of Pigment Green #1BAE5F

Tints of Pigment Green #1BAE5F

Color information

#1BAE5F (or 0x1BAE5F) is unknown color: approx Pigment Green. HEX triplet: 1B, AE and 5F. RGB value is (27,174,95). Sum of RGB (Red+Green+Blue) = 27+174+95=296 (39% of max value = 765). Red value is 27 (10.94% from 255 or 9.12% from 296); Green value is 174 (68.36% from 255 or 58.78% from 296); Blue value is 95 (37.5% from 255 or 32.09% from 296); Max value from RGB is 174 - color contains mainly: green. Hex color #1BAE5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1BAE5F is #E451A0. Grayscale: #797979. Windows color (decimal): -14963105 or 6270491. OLE color: 6270491.

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

Color convert

RGB2717495-
CMYK0.8400.450.32
HSL147.76º73.13%39.41%-
HSV(B)147.76º84.48%68.24%-
XYZ17.6531.3315.94-
YUV121.04113.360.92-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.12%
GREEN value IS 174 (68.36% from 255) = 58.78%
BLUE value IS 95 (37.5% from 255) = 32.09%
R=9.12%
G=58.78%
B=32.09%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal27174950.8400.450.32147.7673.1339.41
Hex1BAE5F5402D20944927
Octal332561371240554022411147
Binary1101110101110101111110101000101101100000100101001001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BAE5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,174,95); }

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

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

 a { background-color: rgb(27,174,95); }

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

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

 span { border-color: rgb(27,174,95); }

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