Html Css Color HEX #0AA347 Pigment Green

📋 copy color: '#0AA347'

red 10 ◦ green 163 ◦ blue 71

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

Shades of Pigment Green #0AA347

Tints of Pigment Green #0AA347

RGB

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

 GREEN value IS 163 (64.06% from 255) = 66.8%

 BLUE value IS 71 (28.13% from 255) = 29.1%

R = 4.1%
G = 66.8%
B = 29.1%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#0AA347 (or 0x0AA347) is known color: Pigment Green. HEX triplet: 0A, A3 and 47. RGB value is (10,163,71). Sum of RGB (Red+Green+Blue) = 10+163+71=244 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.10% from 244); Green value is 163 (64.06% from 255 or 66.80% from 244); Blue value is 71 (28.12% from 255 or 29.10% from 244); Max value from RGB is 163 - color contains mainly: green. Hex color #0AA347 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AA347 is #F55CB8. Grayscale: #6A6A6A. Windows color (decimal): -16080057 or 4694794. OLE color: 4694794.

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

Color convert

RGB 10 163 71 -
CMYK 0.94 0 0.56 0.36
HSL 143.92º 0.88% 0.34% -
HSV(B) 143.92º 0.94% 0.64% -
XYZ 14.36 26.71 10.36 -
YUV 106.77 107.81 58.98 -
System Red Green Blue C M Y K H S L
Decimal 10 163 71 0.94 0 0.56 0.36 143.92 0.88 0.34
Hex A A3 47 5E 0 38 24 90 58 22
Octal 12 243 107 136 0 70 44 220 130 42
Binary 1010 10100011 1000111 1011110 0 111000 100100 10010000 1011000 100010

Color Harmonies of #0AA347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AA347

Black with #0AA347

Text Example


Text Example

White with #0AA347

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,163,71); }

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

background-color css

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

 a { background-color: rgb(10,163,71); }

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

border-color css

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

 span { border-color: rgb(10,163,71); }

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