#00AB23

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

Shades of Dark Pastel Green #00AB23

Tints of Dark Pastel Green #00AB23

Color information

#00AB23 (or 0x00AB23) is unknown color: approx Dark Pastel Green. HEX triplet: 00, AB and 23. RGB value is (0,171,35). Sum of RGB (Red+Green+Blue) = 0+171+35=206 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 206); Green value is 171 (67.19% from 255 or 83.01% from 206); Blue value is 35 (14.06% from 255 or 16.99% from 206); Max value from RGB is 171 - color contains mainly: green. Hex color #00AB23 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00AB23 is #FF54DC. Grayscale: #686868. Windows color (decimal): -16733405 or 2337536. OLE color: 2337536.

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

Color convert

RGB017135-
CMYK100.800.33
HSL132.28º100%33.53%-
HSV(B)132.28º100%67.06%-
XYZ14.8729.256.45-
YUV104.3788.8553.56-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 171 (67.19% from 255) = 83.01%
BLUE value IS 35 (14.06% from 255) = 16.99%
R=0%
G=83.01%
B=16.99%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal017135100.800.33132.2810033.53
Hex0AB236405021846422
Octal02534314401204120414442
Binary010101011100011110010001010000100001100001001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00AB23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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