Html Css Color HEX #0AA528 Dark Pastel Green

📋 copy color: '#0AA528'

red 10 ◦ green 165 ◦ blue 40

#0AA528
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pastel Green #0AA528

Tints of Dark Pastel Green #0AA528

RGB

 RED value IS 10 (4.3% from 255) = 4.65%

 GREEN value IS 165 (64.84% from 255) = 76.74%

 BLUE value IS 40 (16.02% from 255) = 18.6%

R = 4.65%
G = 76.74%
B = 18.6%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.76

 K value IS 0.35

RGB Variations

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

Color information

#0AA528 (or 0x0AA528) is known color: Dark Pastel Green. HEX triplet: 0A, A5 and 28. RGB value is (10,165,40). Sum of RGB (Red+Green+Blue) = 10+165+40=215 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.65% from 215); Green value is 165 (64.84% from 255 or 76.74% from 215); Blue value is 40 (16.02% from 255 or 18.60% from 215); Max value from RGB is 165 - color contains mainly: green. Hex color #0AA528 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AA528 is #F55AD7. Grayscale: #686868. Windows color (decimal): -16079576 or 2663690. OLE color: 2663690.

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

Color convert

RGB 10 165 40 -
CMYK 0.94 0 0.76 0.35
HSL 131.61º 0.89% 0.34% -
HSV(B) 131.61º 0.94% 0.65% -
XYZ 13.96 27.13 6.51 -
YUV 104.41 91.65 60.66 -
System Red Green Blue C M Y K H S L
Decimal 10 165 40 0.94 0 0.76 0.35 131.61 0.89 0.34
Hex A A5 28 5E 0 4C 23 84 59 22
Octal 12 245 50 136 0 114 43 204 131 42
Binary 1010 10100101 101000 1011110 0 1001100 100011 10000100 1011001 100010

Color Harmonies of #0AA528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AA528

Black with #0AA528

Text Example


Text Example

White with #0AA528

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0AA528;
 }
 .AnyTagClassName
 {
   color: #0AA528;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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