#00AC23

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

Shades of Dark Pastel Green #00AC23

Tints of Dark Pastel Green #00AC23

Color information

#00AC23 (or 0x00AC23) is unknown color: approx Dark Pastel Green. HEX triplet: 00, AC and 23. RGB value is (0,172,35). Sum of RGB (Red+Green+Blue) = 0+172+35=207 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 207); Green value is 172 (67.58% from 255 or 83.09% from 207); Blue value is 35 (14.06% from 255 or 16.91% from 207); Max value from RGB is 172 - color contains mainly: green. Hex color #00AC23 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00AC23 is #FF53DC. Grayscale: #696969. Windows color (decimal): -16733149 or 2337792. OLE color: 2337792.

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

Color convert

RGB017235-
CMYK100.800.33
HSL132.21º100%33.73%-
HSV(B)132.21º100%67.45%-
XYZ15.0629.636.52-
YUV104.9588.5253.14-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 172 (67.58% from 255) = 83.09%
BLUE value IS 35 (14.06% from 255) = 16.91%
R=0%
G=83.09%
B=16.91%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal017235100.800.33132.2110033.73
Hex0AC236405021846422
Octal02544314401204120414442
Binary010101100100011110010001010000100001100001001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00AC23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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