#01AB27

Color #01AB27 Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #01AB27

Tints of Dark Pastel Green #01AB27

Color information

#01AB27 (or 0x01AB27) is unknown color: approx Dark Pastel Green. HEX triplet: 01, AB and 27. RGB value is (1,171,39). Sum of RGB (Red+Green+Blue) = 1+171+39=211 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 211); Green value is 171 (67.19% from 255 or 81.04% from 211); Blue value is 39 (15.62% from 255 or 18.48% from 211); Max value from RGB is 171 - color contains mainly: green. Hex color #01AB27 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01AB27 is #FE54D8. Grayscale: #696969. Windows color (decimal): -16667865 or 2599681. OLE color: 2599681.

HSL color Cylindrical-coordinate representation of color #01AB27: hue angle of 133.41º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01AB27 is Cyan = 0.99, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.33.

Color convert

RGB117139-
CMYK0.9900.770.33
HSL133.41º98.84%33.73%-
HSV(B)133.41º99.42%67.06%-
XYZ14.9429.286.78-
YUV105.1290.6853.73-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.47%
GREEN value IS 171 (67.19% from 255) = 81.04%
BLUE value IS 39 (15.62% from 255) = 18.48%
R=0.47%
G=81.04%
B=18.48%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1171390.9900.770.33133.4198.8433.73
Hex1AB276304D21856322
Octal12534714301154120514342
Binary110101011100111110001101001101100001100001011100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01AB27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01AB27; }

 p { color: rgb(1,171,39); }

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

<style>
 a { background-color: #01AB27; }

 a { background-color: rgb(1,171,39); }

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

<style>
 span { border-color: #01AB27; }

 span { border-color: rgb(1,171,39); }

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