#0aa531

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

Shades of Dark Pastel Green #0AA531

Tints of Dark Pastel Green #0AA531

Color information

#0AA531 (or 0x0AA531) is unknown color: approx Dark Pastel Green. HEX triplet: 0A, A5 and 31. RGB value is (10,165,49). Sum of RGB (Red+Green+Blue) = 10+165+49=224 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.46% from 224); Green value is 165 (64.84% from 255 or 73.66% from 224); Blue value is 49 (19.53% from 255 or 21.88% from 224); Max value from RGB is 165 - color contains mainly: green. Hex color #0AA531 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AA531 is #F55ACE. Grayscale: #696969. Windows color (decimal): -16079567 or 3253514. OLE color: 3253514.

HSL color Cylindrical-coordinate representation of color #0AA531: hue angle of 135.1º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AA531 is Cyan = 0.94, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB1016549-
CMYK0.9400.700.35
HSL135.1º88.57%34.31%-
HSV(B)135.1º93.94%64.71%-
XYZ14.1327.27.41-
YUV105.4396.1559.93-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.46%
GREEN value IS 165 (64.84% from 255) = 73.66%
BLUE value IS 49 (19.53% from 255) = 21.88%
R=4.46%
G=73.66%
B=21.88%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal10165490.9400.700.35135.188.5734.31
HexAA5315E04623875922
Octal122456113601064320713142
Binary101010100101110001101111001000110100011100001111011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0aa531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,165,49); }

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

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

 a { background-color: rgb(10,165,49); }

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

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

 span { border-color: rgb(10,165,49); }

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