Html Css Color HEX #0AA131 Dark Pastel Green

📋 copy color: '#0AA131'

red 10 ◦ green 161 ◦ blue 49

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

Shades of Dark Pastel Green #0AA131

Tints of Dark Pastel Green #0AA131

RGB

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

 GREEN value IS 161 (63.28% from 255) = 73.18%

 BLUE value IS 49 (19.53% from 255) = 22.27%

R = 4.55%
G = 73.18%
B = 22.27%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.70

 K value IS 0.37

RGB Variations

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

Color information

#0AA131 (or 0x0AA131) is known color: Dark Pastel Green. HEX triplet: 0A, A1 and 31. RGB value is (10,161,49). Sum of RGB (Red+Green+Blue) = 10+161+49=220 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.55% from 220); Green value is 161 (63.28% from 255 or 73.18% from 220); Blue value is 49 (19.53% from 255 or 22.27% from 220); Max value from RGB is 161 - color contains mainly: green. Hex color #0AA131 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AA131 is #F55ECE. Grayscale: #676767. Windows color (decimal): -16080591 or 3252490. OLE color: 3252490.

HSL color Cylindrical-coordinate representation of color #0AA131: hue angle of 135.5º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AA131 is Cyan = 0.94, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.37.

Color convert

RGB 10 161 49 -
CMYK 0.94 0 0.70 0.37
HSL 135.5º 0.88% 0.34% -
HSV(B) 135.5º 0.94% 0.63% -
XYZ 13.42 25.78 7.17 -
YUV 103.08 97.47 61.61 -
System Red Green Blue C M Y K H S L
Decimal 10 161 49 0.94 0 0.70 0.37 135.5 0.88 0.34
Hex A A1 31 5E 0 46 25 87 58 22
Octal 12 241 61 136 0 106 45 207 130 42
Binary 1010 10100001 110001 1011110 0 1000110 100101 10000111 1011000 100010

Color Harmonies of #0AA131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AA131

Black with #0AA131

Text Example


Text Example

White with #0AA131

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,161,49); }

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

background-color css

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

 a { background-color: rgb(10,161,49); }

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

border-color css

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

 span { border-color: rgb(10,161,49); }

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