#02A923

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

Shades of Dark Pastel Green #02A923

Tints of Dark Pastel Green #02A923

Color information

#02A923 (or 0x02A923) is unknown color: approx Dark Pastel Green. HEX triplet: 02, A9 and 23. RGB value is (2,169,35). Sum of RGB (Red+Green+Blue) = 2+169+35=206 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.97% from 206); Green value is 169 (66.41% from 255 or 82.04% from 206); Blue value is 35 (14.06% from 255 or 16.99% from 206); Max value from RGB is 169 - color contains mainly: green. Hex color #02A923 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02A923 is #FD56DC. Grayscale: #686868. Windows color (decimal): -16602845 or 2337026. OLE color: 2337026.

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

Color convert

RGB216935-
CMYK0.9900.790.34
HSL131.86º97.66%33.53%-
HSV(B)131.86º98.82%66.27%-
XYZ14.5228.516.33-
YUV103.7989.1755.4-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.97%
GREEN value IS 169 (66.41% from 255) = 82.04%
BLUE value IS 35 (14.06% from 255) = 16.99%
R=0.97%
G=82.04%
B=16.99%

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
Decimal2169350.9900.790.34131.8697.6633.53
Hex2A9236304F22846222
Octal22514314301174220414242
Binary1010101001100011110001101001111100010100001001100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02A923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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