Html Css Color HEX #0AAB47 Pigment Green

📋 copy color: '#0AAB47'

red 10 ◦ green 171 ◦ blue 71

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

Shades of Pigment Green #0AAB47

Tints of Pigment Green #0AAB47

RGB

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

 GREEN value IS 171 (67.19% from 255) = 67.86%

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

R = 3.97%
G = 67.86%
B = 28.17%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#0AAB47 (or 0x0AAB47) is known color: Pigment Green. HEX triplet: 0A, AB and 47. RGB value is (10,171,71). Sum of RGB (Red+Green+Blue) = 10+171+71=252 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.97% from 252); Green value is 171 (67.19% from 255 or 67.86% from 252); Blue value is 71 (28.12% from 255 or 28.17% from 252); Max value from RGB is 171 - color contains mainly: green. Hex color #0AAB47 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AAB47 is #F554B8. Grayscale: #6F6F6F. Windows color (decimal): -16078009 or 4696842. OLE color: 4696842.

HSL color Cylindrical-coordinate representation of color #0AAB47: hue angle of 142.73º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AAB47 is Cyan = 0.94, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB 10 171 71 -
CMYK 0.94 0 0.58 0.33
HSL 142.73º 0.89% 0.35% -
HSV(B) 142.73º 0.94% 0.67% -
XYZ 15.83 29.65 10.85 -
YUV 111.46 105.16 55.63 -
System Red Green Blue C M Y K H S L
Decimal 10 171 71 0.94 0 0.58 0.33 142.73 0.89 0.35
Hex A AB 47 5E 0 3A 21 8F 59 23
Octal 12 253 107 136 0 72 41 217 131 43
Binary 1010 10101011 1000111 1011110 0 111010 100001 10001111 1011001 100011

Color Harmonies of #0AAB47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AAB47

Black with #0AAB47

Text Example


Text Example

White with #0AAB47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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