Html Css Color HEX #0AA526 Dark Pastel Green

📋 copy color: '#0AA526'

red 10 ◦ green 165 ◦ blue 38

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

Shades of Dark Pastel Green #0AA526

Tints of Dark Pastel Green #0AA526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 17.84%

R = 4.69%
G = 77.46%
B = 17.84%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.77

 K value IS 0.35

RGB Variations

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

Color information

#0AA526 (or 0x0AA526) is known color: Dark Pastel Green. HEX triplet: 0A, A5 and 26. RGB value is (10,165,38). Sum of RGB (Red+Green+Blue) = 10+165+38=213 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.69% from 213); Green value is 165 (64.84% from 255 or 77.46% from 213); Blue value is 38 (15.23% from 255 or 17.84% from 213); Max value from RGB is 165 - color contains mainly: green. Hex color #0AA526 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AA526 is #F55AD9. Grayscale: #686868. Windows color (decimal): -16079578 or 2532618. OLE color: 2532618.

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

Color convert

RGB 10 165 38 -
CMYK 0.94 0 0.77 0.35
HSL 130.84º 0.89% 0.34% -
HSV(B) 130.84º 0.94% 0.65% -
XYZ 13.93 27.11 6.33 -
YUV 104.18 90.65 60.83 -
System Red Green Blue C M Y K H S L
Decimal 10 165 38 0.94 0 0.77 0.35 130.84 0.89 0.34
Hex A A5 26 5E 0 4D 23 83 59 22
Octal 12 245 46 136 0 115 43 203 131 42
Binary 1010 10100101 100110 1011110 0 1001101 100011 10000011 1011001 100010

Color Harmonies of #0AA526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AA526

Black with #0AA526

Text Example


Text Example

White with #0AA526

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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