#0AA733

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

Shades of Dark Pastel Green #0AA733

Tints of Dark Pastel Green #0AA733

Color information

#0AA733 (or 0x0AA733) is unknown color: approx Dark Pastel Green. HEX triplet: 0A, A7 and 33. RGB value is (10,167,51). Sum of RGB (Red+Green+Blue) = 10+167+51=228 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.39% from 228); Green value is 167 (65.62% from 255 or 73.25% from 228); Blue value is 51 (20.31% from 255 or 22.37% from 228); Max value from RGB is 167 - color contains mainly: green. Hex color #0AA733 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AA733 is #F558CC. Grayscale: #6B6B6B. Windows color (decimal): -16079053 or 3385098. OLE color: 3385098.

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

Color convert

RGB1016751-
CMYK0.9400.690.35
HSL135.67º88.7%34.71%-
HSV(B)135.67º94.01%65.49%-
XYZ14.5427.947.76-
YUV106.8396.4958.93-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.39%
GREEN value IS 167 (65.62% from 255) = 73.25%
BLUE value IS 51 (20.31% from 255) = 22.37%
R=4.39%
G=73.25%
B=22.37%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal10167510.9400.690.35135.6788.734.71
HexAA7335E04523885923
Octal122476313601054321013143
Binary101010100111110011101111001000101100011100010001011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AA733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,167,51); }

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

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

 a { background-color: rgb(10,167,51); }

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

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

 span { border-color: rgb(10,167,51); }

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