#0AA638

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

Shades of Dark Pastel Green #0AA638

Tints of Dark Pastel Green #0AA638

Color information

#0AA638 (or 0x0AA638) is unknown color: approx Dark Pastel Green. HEX triplet: 0A, A6 and 38. RGB value is (10,166,56). Sum of RGB (Red+Green+Blue) = 10+166+56=232 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.31% from 232); Green value is 166 (65.23% from 255 or 71.55% from 232); Blue value is 56 (22.27% from 255 or 24.14% from 232); Max value from RGB is 166 - color contains mainly: green. Hex color #0AA638 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AA638 is #F559C7. Grayscale: #6B6B6B. Windows color (decimal): -16079304 or 3712522. OLE color: 3712522.

HSL color Cylindrical-coordinate representation of color #0AA638: hue angle of 137.69º 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 #0AA638 is Cyan = 0.94, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.35.

Color convert

RGB1016656-
CMYK0.9400.660.35
HSL137.69º88.64%34.51%-
HSV(B)137.69º93.98%65.1%-
XYZ14.4827.628.31-
YUV106.8299.3258.94-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.31%
GREEN value IS 166 (65.23% from 255) = 71.55%
BLUE value IS 56 (22.27% from 255) = 24.14%
R=4.31%
G=71.55%
B=24.14%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal10166560.9400.660.35137.6988.6434.51
HexAA6385E042238a5923
Octal122467013601024321213143
Binary101010100110111000101111001000010100011100010101011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AA638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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