Html Css Color HEX #0AA43D Pigment Green

📋 copy color: '#0AA43D'

red 10 ◦ green 164 ◦ blue 61

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

Shades of Pigment Green #0AA43D

Tints of Pigment Green #0AA43D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 69.79%

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

R = 4.26%
G = 69.79%
B = 25.96%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#0AA43D (or 0x0AA43D) is known color: Pigment Green. HEX triplet: 0A, A4 and 3D. RGB value is (10,164,61). Sum of RGB (Red+Green+Blue) = 10+164+61=235 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.26% from 235); Green value is 164 (64.45% from 255 or 69.79% from 235); Blue value is 61 (24.22% from 255 or 25.96% from 235); Max value from RGB is 164 - color contains mainly: green. Hex color #0AA43D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AA43D is #F55BC2. Grayscale: #6A6A6A. Windows color (decimal): -16079811 or 4039690. OLE color: 4039690.

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

Color convert

RGB 10 164 61 -
CMYK 0.94 0 0.63 0.36
HSL 139.87º 0.89% 0.34% -
HSV(B) 139.87º 0.94% 0.64% -
XYZ 14.24 26.95 8.87 -
YUV 106.21 102.48 59.38 -
System Red Green Blue C M Y K H S L
Decimal 10 164 61 0.94 0 0.63 0.36 139.87 0.89 0.34
Hex A A4 3D 5E 0 3F 24 8C 59 22
Octal 12 244 75 136 0 77 44 214 131 42
Binary 1010 10100100 111101 1011110 0 111111 100100 10001100 1011001 100010

Color Harmonies of #0AA43D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AA43D

Black with #0AA43D

Text Example


Text Example

White with #0AA43D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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