Html Css Color HEX #0AA657 Pigment Green

📋 copy color: '#0AA657'

red 10 ◦ green 166 ◦ blue 87

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

Shades of Pigment Green #0AA657

Tints of Pigment Green #0AA657

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 33.08%

R = 3.8%
G = 63.12%
B = 33.08%

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

#0AA657 (or 0x0AA657) is known color: Pigment Green. HEX triplet: 0A, A6 and 57. RGB value is (10,166,87). Sum of RGB (Red+Green+Blue) = 10+166+87=263 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.80% from 263); Green value is 166 (65.23% from 255 or 63.12% from 263); Blue value is 87 (34.38% from 255 or 33.08% from 263); Max value from RGB is 166 - color contains mainly: green. Hex color #0AA657 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AA657 is #F559A8. Grayscale: #6E6E6E. Windows color (decimal): -16079273 or 5744138. OLE color: 5744138.

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

Color convert

RGB 10 166 87 -
CMYK 0.94 0 0.48 0.35
HSL 149.62º 0.89% 0.35% -
HSV(B) 149.62º 0.94% 0.65% -
XYZ 15.48 28.03 13.61 -
YUV 110.35 114.82 56.42 -
System Red Green Blue C M Y K H S L
Decimal 10 166 87 0.94 0 0.48 0.35 149.62 0.89 0.35
Hex A A6 57 5E 0 30 23 96 59 23
Octal 12 246 127 136 0 60 43 226 131 43
Binary 1010 10100110 1010111 1011110 0 110000 100011 10010110 1011001 100011

Color Harmonies of #0AA657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AA657

Black with #0AA657

Text Example


Text Example

White with #0AA657

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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