#01AC23

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

Shades of Dark Pastel Green #01AC23

Tints of Dark Pastel Green #01AC23

Color information

#01AC23 (or 0x01AC23) is unknown color: approx Dark Pastel Green. HEX triplet: 01, AC and 23. RGB value is (1,172,35). Sum of RGB (Red+Green+Blue) = 1+172+35=208 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 208); Green value is 172 (67.58% from 255 or 82.69% from 208); Blue value is 35 (14.06% from 255 or 16.83% from 208); Max value from RGB is 172 - color contains mainly: green. Hex color #01AC23 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01AC23 is #FE53DC. Grayscale: #696969. Windows color (decimal): -16667613 or 2337793. OLE color: 2337793.

HSL color Cylindrical-coordinate representation of color #01AC23: hue angle of 131.93º 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 #01AC23 is Cyan = 0.99, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.33.

Color convert

RGB117235-
CMYK0.9900.800.33
HSL131.93º98.84%33.92%-
HSV(B)131.93º99.42%67.45%-
XYZ15.0729.636.52-
YUV105.2588.3553.64-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.48%
GREEN value IS 172 (67.58% from 255) = 82.69%
BLUE value IS 35 (14.06% from 255) = 16.83%
R=0.48%
G=82.69%
B=16.83%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1172350.9900.800.33131.9398.8433.92
Hex1AC236305021846322
Octal12544314301204120414342
Binary110101100100011110001101010000100001100001001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01AC23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,172,35); }

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

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

 a { background-color: rgb(1,172,35); }

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

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

 span { border-color: rgb(1,172,35); }

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