Html Css Color HEX #0AA13B Pigment Green

📋 copy color: '#0AA13B'

red 10 ◦ green 161 ◦ blue 59

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

Shades of Pigment Green #0AA13B

Tints of Pigment Green #0AA13B

RGB

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

 GREEN value IS 161 (63.28% from 255) = 70%

 BLUE value IS 59 (23.44% from 255) = 25.65%

R = 4.35%
G = 70%
B = 25.65%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.63

 K value IS 0.37

RGB Variations

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

Color information

#0AA13B (or 0x0AA13B) is known color: Pigment Green. HEX triplet: 0A, A1 and 3B. RGB value is (10,161,59). Sum of RGB (Red+Green+Blue) = 10+161+59=230 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.35% from 230); Green value is 161 (63.28% from 255 or 70% from 230); Blue value is 59 (23.44% from 255 or 25.65% from 230); Max value from RGB is 161 - color contains mainly: green. Hex color #0AA13B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AA13B is #F55EC4. Grayscale: #686868. Windows color (decimal): -16080581 or 3907850. OLE color: 3907850.

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

Color convert

RGB 10 161 59 -
CMYK 0.94 0 0.63 0.37
HSL 139.47º 0.88% 0.34% -
HSV(B) 139.47º 0.94% 0.63% -
XYZ 13.66 25.87 8.41 -
YUV 104.22 102.47 60.79 -
System Red Green Blue C M Y K H S L
Decimal 10 161 59 0.94 0 0.63 0.37 139.47 0.88 0.34
Hex A A1 3B 5E 0 3F 25 8B 58 22
Octal 12 241 73 136 0 77 45 213 130 42
Binary 1010 10100001 111011 1011110 0 111111 100101 10001011 1011000 100010

Color Harmonies of #0AA13B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AA13B

Black with #0AA13B

Text Example


Text Example

White with #0AA13B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,161,59); }

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

background-color css

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

 a { background-color: rgb(10,161,59); }

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

border-color css

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

 span { border-color: rgb(10,161,59); }

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