#0AB223

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

Shades of Dark Pastel Green #0AB223

Tints of Dark Pastel Green #0AB223

Color information

#0AB223 (or 0x0AB223) is unknown color: approx Dark Pastel Green. HEX triplet: 0A, B2 and 23. RGB value is (10,178,35). Sum of RGB (Red+Green+Blue) = 10+178+35=223 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.48% from 223); Green value is 178 (69.92% from 255 or 79.82% from 223); Blue value is 35 (14.06% from 255 or 15.70% from 223); Max value from RGB is 178 - color contains mainly: green. Hex color #0AB223 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AB223 is #F54DDC. Grayscale: #6F6F6F. Windows color (decimal): -16076253 or 2339338. OLE color: 2339338.

HSL color Cylindrical-coordinate representation of color #0AB223: hue angle of 128.93º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AB223 is Cyan = 0.94, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.30.

Color convert

RGB1017835-
CMYK0.9400.800.30
HSL128.93º89.36%36.86%-
HSV(B)128.93º94.38%69.8%-
XYZ16.3532.036.91-
YUV111.4784.8455.63-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.48%
GREEN value IS 178 (69.92% from 255) = 79.82%
BLUE value IS 35 (14.06% from 255) = 15.70%
R=4.48%
G=79.82%
B=15.70%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal10178350.9400.800.30128.9389.3636.86
HexAB2235E0501E815925
Octal122624313601203620113145
Binary10101011001010001110111100101000011110100000011011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AB223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0AB223; }

 p { color: rgb(10,178,35); }

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

<style>
 a { background-color: #0AB223; }

 a { background-color: rgb(10,178,35); }

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

<style>
 span { border-color: #0AB223; }

 span { border-color: rgb(10,178,35); }

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