Html Css Color HEX #0AA052 Pigment Green

📋 copy color: '#0AA052'

red 10 ◦ green 160 ◦ blue 82

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

Shades of Pigment Green #0AA052

Tints of Pigment Green #0AA052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 32.54%

R = 3.97%
G = 63.49%
B = 32.54%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.49

 K value IS 0.37

RGB Variations

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

Color information

#0AA052 (or 0x0AA052) is known color: Pigment Green. HEX triplet: 0A, A0 and 52. RGB value is (10,160,82). Sum of RGB (Red+Green+Blue) = 10+160+82=252 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.97% from 252); Green value is 160 (62.89% from 255 or 63.49% from 252); Blue value is 82 (32.42% from 255 or 32.54% from 252); Max value from RGB is 160 - color contains mainly: green. Hex color #0AA052 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AA052 is #F55FAD. Grayscale: #6A6A6A. Windows color (decimal): -16080814 or 5414922. OLE color: 5414922.

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

Color convert

RGB 10 160 82 -
CMYK 0.94 0 0.49 0.37
HSL 148.8º 0.88% 0.33% -
HSV(B) 148.8º 0.94% 0.63% -
XYZ 14.22 25.82 12.22 -
YUV 106.26 114.31 59.34 -
System Red Green Blue C M Y K H S L
Decimal 10 160 82 0.94 0 0.49 0.37 148.8 0.88 0.33
Hex A A0 52 5E 0 31 25 95 58 21
Octal 12 240 122 136 0 61 45 225 130 41
Binary 1010 10100000 1010010 1011110 0 110001 100101 10010101 1011000 100001

Color Harmonies of #0AA052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AA052

Black with #0AA052

Text Example


Text Example

White with #0AA052

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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