Html Css Color HEX #0AAA49 Pigment Green

📋 copy color: '#0AAA49'

red 10 ◦ green 170 ◦ blue 73

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

Shades of Pigment Green #0AAA49

Tints of Pigment Green #0AAA49

RGB

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

 GREEN value IS 170 (66.8% from 255) = 67.19%

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

R = 3.95%
G = 67.19%
B = 28.85%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#0AAA49 (or 0x0AAA49) is known color: Pigment Green. HEX triplet: 0A, AA and 49. RGB value is (10,170,73). Sum of RGB (Red+Green+Blue) = 10+170+73=253 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.95% from 253); Green value is 170 (66.80% from 255 or 67.19% from 253); Blue value is 73 (28.91% from 255 or 28.85% from 253); Max value from RGB is 170 - color contains mainly: green. Hex color #0AAA49 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AAA49 is #F555B6. Grayscale: #6F6F6F. Windows color (decimal): -16078263 or 4827658. OLE color: 4827658.

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

Color convert

RGB 10 170 73 -
CMYK 0.94 0 0.57 0.33
HSL 143.63º 0.89% 0.35% -
HSV(B) 143.63º 0.94% 0.67% -
XYZ 15.7 29.3 11.13 -
YUV 111.1 106.49 55.89 -
System Red Green Blue C M Y K H S L
Decimal 10 170 73 0.94 0 0.57 0.33 143.63 0.89 0.35
Hex A AA 49 5E 0 39 21 90 59 23
Octal 12 252 111 136 0 71 41 220 131 43
Binary 1010 10101010 1001001 1011110 0 111001 100001 10010000 1011001 100011

Color Harmonies of #0AAA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AAA49

Black with #0AAA49

Text Example


Text Example

White with #0AAA49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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