Html Css Color HEX #0AA751 Pigment Green

📋 copy color: '#0AA751'

red 10 ◦ green 167 ◦ blue 81

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

Shades of Pigment Green #0AA751

Tints of Pigment Green #0AA751

RGB

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

 GREEN value IS 167 (65.63% from 255) = 64.73%

 BLUE value IS 81 (32.03% from 255) = 31.4%

R = 3.88%
G = 64.73%
B = 31.4%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.51

 K value IS 0.35

RGB Variations

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

Color information

#0AA751 (or 0x0AA751) is known color: Pigment Green. HEX triplet: 0A, A7 and 51. RGB value is (10,167,81). Sum of RGB (Red+Green+Blue) = 10+167+81=258 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.88% from 258); Green value is 167 (65.62% from 255 or 64.73% from 258); Blue value is 81 (32.03% from 255 or 31.40% from 258); Max value from RGB is 167 - color contains mainly: green. Hex color #0AA751 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AA751 is #F558AE. Grayscale: #6E6E6E. Windows color (decimal): -16079023 or 5351178. OLE color: 5351178.

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

Color convert

RGB 10 167 81 -
CMYK 0.94 0 0.51 0.35
HSL 147.13º 0.89% 0.35% -
HSV(B) 147.13º 0.94% 0.65% -
XYZ 15.43 28.3 12.43 -
YUV 110.25 111.49 56.49 -
System Red Green Blue C M Y K H S L
Decimal 10 167 81 0.94 0 0.51 0.35 147.13 0.89 0.35
Hex A A7 51 5E 0 33 23 93 59 23
Octal 12 247 121 136 0 63 43 223 131 43
Binary 1010 10100111 1010001 1011110 0 110011 100011 10010011 1011001 100011

Color Harmonies of #0AA751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AA751

Black with #0AA751

Text Example


Text Example

White with #0AA751

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,167,81); }

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

background-color css

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

 a { background-color: rgb(10,167,81); }

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

border-color css

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

 span { border-color: rgb(10,167,81); }

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