Html Css Color HEX #0AA13D Pigment Green

📋 copy color: '#0AA13D'

red 10 ◦ green 161 ◦ blue 61

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

Shades of Pigment Green #0AA13D

Tints of Pigment Green #0AA13D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 26.29%

R = 4.31%
G = 69.4%
B = 26.29%

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

#0AA13D (or 0x0AA13D) is known color: Pigment Green. HEX triplet: 0A, A1 and 3D. RGB value is (10,161,61). Sum of RGB (Red+Green+Blue) = 10+161+61=232 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.31% from 232); Green value is 161 (63.28% from 255 or 69.40% from 232); Blue value is 61 (24.22% from 255 or 26.29% from 232); Max value from RGB is 161 - color contains mainly: green. Hex color #0AA13D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AA13D is #F55EC2. Grayscale: #686868. Windows color (decimal): -16080579 or 4038922. OLE color: 4038922.

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

Color convert

RGB 10 161 61 -
CMYK 0.94 0 0.62 0.37
HSL 140.26º 0.88% 0.34% -
HSV(B) 140.26º 0.94% 0.63% -
XYZ 13.71 25.89 8.69 -
YUV 104.45 103.47 60.63 -
System Red Green Blue C M Y K H S L
Decimal 10 161 61 0.94 0 0.62 0.37 140.26 0.88 0.34
Hex A A1 3D 5E 0 3E 25 8C 58 22
Octal 12 241 75 136 0 76 45 214 130 42
Binary 1010 10100001 111101 1011110 0 111110 100101 10001100 1011000 100010

Color Harmonies of #0AA13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AA13D

Black with #0AA13D

Text Example


Text Example

White with #0AA13D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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