#1aba56

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

Shades of Pigment Green #1ABA56

Tints of Pigment Green #1ABA56

Color information

#1ABA56 (or 0x1ABA56) is unknown color: approx Pigment Green. HEX triplet: 1A, BA and 56. RGB value is (26,186,86). Sum of RGB (Red+Green+Blue) = 26+186+86=298 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.72% from 298); Green value is 186 (73.05% from 255 or 62.42% from 298); Blue value is 86 (33.98% from 255 or 28.86% from 298); Max value from RGB is 186 - color contains mainly: green. Hex color #1ABA56 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ABA56 is #E545A9. Grayscale: #7F7F7F. Windows color (decimal): -15025578 or 5683738. OLE color: 5683738.

HSL color Cylindrical-coordinate representation of color #1ABA56: hue angle of 142.5º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ABA56 is Cyan = 0.86, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB2618686-
CMYK0.8600.540.27
HSL142.5º75.47%41.57%-
HSV(B)142.5º86.02%72.94%-
XYZ19.6636.0114.72-
YUV126.76104.9956.13-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.72%
GREEN value IS 186 (73.05% from 255) = 62.42%
BLUE value IS 86 (33.98% from 255) = 28.86%
R=8.72%
G=62.42%
B=28.86%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal26186860.8600.540.27142.575.4741.57
Hex1ABA56560361B8e4b2a
Octal322721261260663321611352
Binary110101011101010101101010110011011011011100011101001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1aba56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,186,86); }

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

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

 a { background-color: rgb(26,186,86); }

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

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

 span { border-color: rgb(26,186,86); }

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