#1AB960

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

Shades of Pigment Green #1AB960

Tints of Pigment Green #1AB960

Color information

#1AB960 (or 0x1AB960) is unknown color: approx Pigment Green. HEX triplet: 1A, B9 and 60. RGB value is (26,185,96). Sum of RGB (Red+Green+Blue) = 26+185+96=307 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.47% from 307); Green value is 185 (72.66% from 255 or 60.26% from 307); Blue value is 96 (37.89% from 255 or 31.27% from 307); Max value from RGB is 185 - color contains mainly: green. Hex color #1AB960 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AB960 is #E5469F. Grayscale: #7F7F7F. Windows color (decimal): -15025824 or 6338842. OLE color: 6338842.

HSL color Cylindrical-coordinate representation of color #1AB960: hue angle of 146.42º 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 #1AB960 is Cyan = 0.86, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB2618596-
CMYK0.8600.480.27
HSL146.42º75.36%41.37%-
HSV(B)146.42º85.95%72.55%-
XYZ19.8935.7616.92-
YUV127.31110.3255.74-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.47%
GREEN value IS 185 (72.66% from 255) = 60.26%
BLUE value IS 96 (37.89% from 255) = 31.27%
R=8.47%
G=60.26%
B=31.27%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal26185960.8600.480.27146.4275.3641.37
Hex1AB960560301B924b29
Octal322711401260603322211351
Binary110101011100111000001010110011000011011100100101001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AB960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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