#01A228

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

Shades of Dark Pastel Green #01A228

Tints of Dark Pastel Green #01A228

Color information

#01A228 (or 0x01A228) is unknown color: approx Dark Pastel Green. HEX triplet: 01, A2 and 28. RGB value is (1,162,40). Sum of RGB (Red+Green+Blue) = 1+162+40=203 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 203); Green value is 162 (63.67% from 255 or 79.80% from 203); Blue value is 40 (16.02% from 255 or 19.70% from 203); Max value from RGB is 162 - color contains mainly: green. Hex color #01A228 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01A228 is #FE5DD7. Grayscale: #646464. Windows color (decimal): -16670168 or 2662913. OLE color: 2662913.

HSL color Cylindrical-coordinate representation of color #01A228: hue angle of 134.53º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01A228 is Cyan = 0.99, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB116240-
CMYK0.9900.750.36
HSL134.53º98.77%31.96%-
HSV(B)134.53º99.38%63.53%-
XYZ13.32266.32-
YUV99.9594.1657.42-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.49%
GREEN value IS 162 (63.67% from 255) = 79.80%
BLUE value IS 40 (16.02% from 255) = 19.70%
R=0.49%
G=79.80%
B=19.70%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1162400.9900.750.36134.5398.7731.96
Hex1A2286304B24876320
Octal12425014301134420714340
Binary110100010101000110001101001011100100100001111100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01A228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,162,40); }

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

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

 a { background-color: rgb(1,162,40); }

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

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

 span { border-color: rgb(1,162,40); }

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