#01A923

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

Shades of Dark Pastel Green #01A923

Tints of Dark Pastel Green #01A923

Color information

#01A923 (or 0x01A923) is unknown color: approx Dark Pastel Green. HEX triplet: 01, A9 and 23. RGB value is (1,169,35). Sum of RGB (Red+Green+Blue) = 1+169+35=205 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 205); Green value is 169 (66.41% from 255 or 82.44% from 205); Blue value is 35 (14.06% from 255 or 17.07% from 205); Max value from RGB is 169 - color contains mainly: green. Hex color #01A923 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01A923 is #FE56DC. Grayscale: #676767. Windows color (decimal): -16668381 or 2337025. OLE color: 2337025.

HSL color Cylindrical-coordinate representation of color #01A923: hue angle of 132.14º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01A923 is Cyan = 0.99, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.34.

Color convert

RGB116935-
CMYK0.9900.790.34
HSL132.14º98.82%33.33%-
HSV(B)132.14º99.41%66.27%-
XYZ14.528.56.33-
YUV103.4989.3454.9-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.49%
GREEN value IS 169 (66.41% from 255) = 82.44%
BLUE value IS 35 (14.06% from 255) = 17.07%
R=0.49%
G=82.44%
B=17.07%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1169350.9900.790.34132.1498.8233.33
Hex1A9236304F22846321
Octal12514314301174220414341
Binary110101001100011110001101001111100010100001001100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01A923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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