#0AA627

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

Shades of Dark Pastel Green #0AA627

Tints of Dark Pastel Green #0AA627

Color information

#0AA627 (or 0x0AA627) is unknown color: approx Dark Pastel Green. HEX triplet: 0A, A6 and 27. RGB value is (10,166,39). Sum of RGB (Red+Green+Blue) = 10+166+39=215 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.65% from 215); Green value is 166 (65.23% from 255 or 77.21% from 215); Blue value is 39 (15.62% from 255 or 18.14% from 215); Max value from RGB is 166 - color contains mainly: green. Hex color #0AA627 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AA627 is #F559D8. Grayscale: #696969. Windows color (decimal): -16079321 or 2598410. OLE color: 2598410.

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

Color convert

RGB1016639-
CMYK0.9400.770.35
HSL131.15º88.64%34.51%-
HSV(B)131.15º93.98%65.1%-
XYZ14.1327.486.48-
YUV104.8890.8260.33-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.65%
GREEN value IS 166 (65.23% from 255) = 77.21%
BLUE value IS 39 (15.62% from 255) = 18.14%
R=4.65%
G=77.21%
B=18.14%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal10166390.9400.770.35131.1588.6434.51
HexAA6275E04D23835923
Octal122464713601154320313143
Binary101010100110100111101111001001101100011100000111011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AA627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,166,39); }

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

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

 a { background-color: rgb(10,166,39); }

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

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

 span { border-color: rgb(10,166,39); }

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