Html Css Color HEX #0AA03C Pigment Green

📋 copy color: '#0AA03C'

red 10 ◦ green 160 ◦ blue 60

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

Shades of Pigment Green #0AA03C

Tints of Pigment Green #0AA03C

RGB

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

 GREEN value IS 160 (62.89% from 255) = 69.57%

 BLUE value IS 60 (23.83% from 255) = 26.09%

R = 4.35%
G = 69.57%
B = 26.09%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.62

 K value IS 0.37

RGB Variations

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

Color information

#0AA03C (or 0x0AA03C) is known color: Pigment Green. HEX triplet: 0A, A0 and 3C. RGB value is (10,160,60). Sum of RGB (Red+Green+Blue) = 10+160+60=230 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.35% from 230); Green value is 160 (62.89% from 255 or 69.57% from 230); Blue value is 60 (23.83% from 255 or 26.09% from 230); Max value from RGB is 160 - color contains mainly: green. Hex color #0AA03C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AA03C is #F55FC3. Grayscale: #676767. Windows color (decimal): -16080836 or 3973130. OLE color: 3973130.

HSL color Cylindrical-coordinate representation of color #0AA03C: hue angle of 140º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AA03C is Cyan = 0.94, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.37.

Color convert

RGB 10 160 60 -
CMYK 0.94 0 0.62 0.37
HSL 140º 0.88% 0.33% -
HSV(B) 140º 0.94% 0.63% -
XYZ 13.51 25.53 8.49 -
YUV 103.75 103.31 61.13 -
System Red Green Blue C M Y K H S L
Decimal 10 160 60 0.94 0 0.62 0.37 140 0.88 0.33
Hex A A0 3C 5E 0 3E 25 8C 58 21
Octal 12 240 74 136 0 76 45 214 130 41
Binary 1010 10100000 111100 1011110 0 111110 100101 10001100 1011000 100001

Color Harmonies of #0AA03C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AA03C

Black with #0AA03C

Text Example


Text Example

White with #0AA03C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,160,60); }

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

background-color css

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

 a { background-color: rgb(10,160,60); }

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

border-color css

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

 span { border-color: rgb(10,160,60); }

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