Html Css Color HEX #0AA64D Pigment Green

📋 copy color: '#0AA64D'

red 10 ◦ green 166 ◦ blue 77

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

Shades of Pigment Green #0AA64D

Tints of Pigment Green #0AA64D

RGB

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

 GREEN value IS 166 (65.23% from 255) = 65.61%

 BLUE value IS 77 (30.47% from 255) = 30.43%

R = 3.95%
G = 65.61%
B = 30.43%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.54

 K value IS 0.35

RGB Variations

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

Color information

#0AA64D (or 0x0AA64D) is known color: Pigment Green. HEX triplet: 0A, A6 and 4D. RGB value is (10,166,77). Sum of RGB (Red+Green+Blue) = 10+166+77=253 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.95% from 253); Green value is 166 (65.23% from 255 or 65.61% from 253); Blue value is 77 (30.47% from 255 or 30.43% from 253); Max value from RGB is 166 - color contains mainly: green. Hex color #0AA64D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AA64D is #F559B2. Grayscale: #6D6D6D. Windows color (decimal): -16079283 or 5088778. OLE color: 5088778.

HSL color Cylindrical-coordinate representation of color #0AA64D: hue angle of 145.77º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AA64D is Cyan = 0.94, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.35.

Color convert

RGB 10 166 77 -
CMYK 0.94 0 0.54 0.35
HSL 145.77º 0.89% 0.35% -
HSV(B) 145.77º 0.94% 0.65% -
XYZ 15.1 27.87 11.61 -
YUV 109.21 109.82 57.24 -
System Red Green Blue C M Y K H S L
Decimal 10 166 77 0.94 0 0.54 0.35 145.77 0.89 0.35
Hex A A6 4D 5E 0 36 23 92 59 23
Octal 12 246 115 136 0 66 43 222 131 43
Binary 1010 10100110 1001101 1011110 0 110110 100011 10010010 1011001 100011

Color Harmonies of #0AA64D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AA64D

Black with #0AA64D

Text Example


Text Example

White with #0AA64D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,166,77); }

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

background-color css

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

 a { background-color: rgb(10,166,77); }

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

border-color css

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

 span { border-color: rgb(10,166,77); }

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