Html Css Color HEX #0AAF49 Pigment Green

📋 copy color: '#0AAF49'

red 10 ◦ green 175 ◦ blue 73

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

Shades of Pigment Green #0AAF49

Tints of Pigment Green #0AAF49

RGB

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

 GREEN value IS 175 (68.75% from 255) = 67.83%

 BLUE value IS 73 (28.91% from 255) = 28.29%

R = 3.88%
G = 67.83%
B = 28.29%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#0AAF49 (or 0x0AAF49) is known color: Pigment Green. HEX triplet: 0A, AF and 49. RGB value is (10,175,73). Sum of RGB (Red+Green+Blue) = 10+175+73=258 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.88% from 258); Green value is 175 (68.75% from 255 or 67.83% from 258); Blue value is 73 (28.91% from 255 or 28.29% from 258); Max value from RGB is 175 - color contains mainly: green. Hex color #0AAF49 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AAF49 is #F550B6. Grayscale: #727272. Windows color (decimal): -16076983 or 4828938. OLE color: 4828938.

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

Color convert

RGB 10 175 73 -
CMYK 0.94 0 0.58 0.31
HSL 142.91º 0.89% 0.36% -
HSV(B) 142.91º 0.94% 0.69% -
XYZ 16.66 31.21 11.45 -
YUV 114.04 104.84 53.79 -
System Red Green Blue C M Y K H S L
Decimal 10 175 73 0.94 0 0.58 0.31 142.91 0.89 0.36
Hex A AF 49 5E 0 3A 1F 8F 59 24
Octal 12 257 111 136 0 72 37 217 131 44
Binary 1010 10101111 1001001 1011110 0 111010 11111 10001111 1011001 100100

Color Harmonies of #0AAF49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AAF49

Black with #0AAF49

Text Example


Text Example

White with #0AAF49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,175,73); }

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

background-color css

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

 a { background-color: rgb(10,175,73); }

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

border-color css

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

 span { border-color: rgb(10,175,73); }

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