Html Css Color HEX #0AA053 Pigment Green

📋 copy color: '#0AA053'

red 10 ◦ green 160 ◦ blue 83

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

Shades of Pigment Green #0AA053

Tints of Pigment Green #0AA053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 32.81%

R = 3.95%
G = 63.24%
B = 32.81%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.48

 K value IS 0.37

RGB Variations

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

Color information

#0AA053 (or 0x0AA053) is known color: Pigment Green. HEX triplet: 0A, A0 and 53. RGB value is (10,160,83). Sum of RGB (Red+Green+Blue) = 10+160+83=253 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.95% from 253); Green value is 160 (62.89% from 255 or 63.24% from 253); Blue value is 83 (32.81% from 255 or 32.81% from 253); Max value from RGB is 160 - color contains mainly: green. Hex color #0AA053 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AA053 is #F55FAC. Grayscale: #6A6A6A. Windows color (decimal): -16080813 or 5480458. OLE color: 5480458.

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

Color convert

RGB 10 160 83 -
CMYK 0.94 0 0.48 0.37
HSL 149.2º 0.88% 0.33% -
HSV(B) 149.2º 0.94% 0.63% -
XYZ 14.26 25.83 12.42 -
YUV 106.37 114.81 59.26 -
System Red Green Blue C M Y K H S L
Decimal 10 160 83 0.94 0 0.48 0.37 149.2 0.88 0.33
Hex A A0 53 5E 0 30 25 95 58 21
Octal 12 240 123 136 0 60 45 225 130 41
Binary 1010 10100000 1010011 1011110 0 110000 100101 10010101 1011000 100001

Color Harmonies of #0AA053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AA053

Black with #0AA053

Text Example


Text Example

White with #0AA053

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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