#1AB95F

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

Shades of Pigment Green #1AB95F

Tints of Pigment Green #1AB95F

Color information

#1AB95F (or 0x1AB95F) is unknown color: approx Pigment Green. HEX triplet: 1A, B9 and 5F. RGB value is (26,185,95). Sum of RGB (Red+Green+Blue) = 26+185+95=306 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.50% from 306); Green value is 185 (72.66% from 255 or 60.46% from 306); Blue value is 95 (37.5% from 255 or 31.05% from 306); Max value from RGB is 185 - color contains mainly: green. Hex color #1AB95F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AB95F is #E546A0. Grayscale: #7F7F7F. Windows color (decimal): -15025825 or 6273306. OLE color: 6273306.

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

Color convert

RGB2618595-
CMYK0.8600.490.27
HSL146.04º75.36%41.37%-
HSV(B)146.04º85.95%72.55%-
XYZ19.8435.7416.68-
YUV127.2109.8255.82-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.50%
GREEN value IS 185 (72.66% from 255) = 60.46%
BLUE value IS 95 (37.5% from 255) = 31.05%
R=8.50%
G=60.46%
B=31.05%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal26185950.8600.490.27146.0475.3641.37
Hex1AB95F560311B924b29
Octal322711371260613322211351
Binary110101011100110111111010110011000111011100100101001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AB95F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,185,95); }

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

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

 a { background-color: rgb(26,185,95); }

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

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

 span { border-color: rgb(26,185,95); }

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