Html Css Color HEX #0AA656 Pigment Green

📋 copy color: '#0AA656'

red 10 ◦ green 166 ◦ blue 86

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

Shades of Pigment Green #0AA656

Tints of Pigment Green #0AA656

RGB

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

 GREEN value IS 166 (65.23% from 255) = 63.36%

 BLUE value IS 86 (33.98% from 255) = 32.82%

R = 3.82%
G = 63.36%
B = 32.82%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.48

 K value IS 0.35

RGB Variations

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

Color information

#0AA656 (or 0x0AA656) is known color: Pigment Green. HEX triplet: 0A, A6 and 56. RGB value is (10,166,86). Sum of RGB (Red+Green+Blue) = 10+166+86=262 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.82% from 262); Green value is 166 (65.23% from 255 or 63.36% from 262); Blue value is 86 (33.98% from 255 or 32.82% from 262); Max value from RGB is 166 - color contains mainly: green. Hex color #0AA656 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AA656 is #F559A9. Grayscale: #6E6E6E. Windows color (decimal): -16079274 or 5678602. OLE color: 5678602.

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

Color convert

RGB 10 166 86 -
CMYK 0.94 0 0.48 0.35
HSL 149.23º 0.89% 0.35% -
HSV(B) 149.23º 0.94% 0.65% -
XYZ 15.44 28.01 13.4 -
YUV 110.24 114.32 56.5 -
System Red Green Blue C M Y K H S L
Decimal 10 166 86 0.94 0 0.48 0.35 149.23 0.89 0.35
Hex A A6 56 5E 0 30 23 95 59 23
Octal 12 246 126 136 0 60 43 225 131 43
Binary 1010 10100110 1010110 1011110 0 110000 100011 10010101 1011001 100011

Color Harmonies of #0AA656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AA656

Black with #0AA656

Text Example


Text Example

White with #0AA656

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,166,86); }

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

background-color css

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

 a { background-color: rgb(10,166,86); }

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

border-color css

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

 span { border-color: rgb(10,166,86); }

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