Html Css Color HEX #0AAD56 Pigment Green

📋 copy color: '#0AAD56'

red 10 ◦ green 173 ◦ blue 86

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

Shades of Pigment Green #0AAD56

Tints of Pigment Green #0AAD56

RGB

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

 GREEN value IS 173 (67.97% from 255) = 64.31%

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

R = 3.72%
G = 64.31%
B = 31.97%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.50

 K value IS 0.32

RGB Variations

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

Color information

#0AAD56 (or 0x0AAD56) is known color: Pigment Green. HEX triplet: 0A, AD and 56. RGB value is (10,173,86). Sum of RGB (Red+Green+Blue) = 10+173+86=269 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.72% from 269); Green value is 173 (67.97% from 255 or 64.31% from 269); Blue value is 86 (33.98% from 255 or 31.97% from 269); Max value from RGB is 173 - color contains mainly: green. Hex color #0AAD56 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AAD56 is #F552A9. Grayscale: #727272. Windows color (decimal): -16077482 or 5680394. OLE color: 5680394.

HSL color Cylindrical-coordinate representation of color #0AAD56: hue angle of 147.98º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AAD56 is Cyan = 0.94, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.32.

Color convert

RGB 10 173 86 -
CMYK 0.94 0 0.50 0.32
HSL 147.98º 0.89% 0.36% -
HSV(B) 147.98º 0.94% 0.68% -
XYZ 16.75 30.62 13.83 -
YUV 114.35 112 53.57 -
System Red Green Blue C M Y K H S L
Decimal 10 173 86 0.94 0 0.50 0.32 147.98 0.89 0.36
Hex A AD 56 5E 0 32 20 94 59 24
Octal 12 255 126 136 0 62 40 224 131 44
Binary 1010 10101101 1010110 1011110 0 110010 100000 10010100 1011001 100100

Color Harmonies of #0AAD56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AAD56

Black with #0AAD56

Text Example


Text Example

White with #0AAD56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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