Html Css Color HEX #0AA64F Pigment Green

📋 copy color: '#0AA64F'

red 10 ◦ green 166 ◦ blue 79

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

Shades of Pigment Green #0AA64F

Tints of Pigment Green #0AA64F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 30.98%

R = 3.92%
G = 65.1%
B = 30.98%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.52

 K value IS 0.35

RGB Variations

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

Color information

#0AA64F (or 0x0AA64F) is known color: Pigment Green. HEX triplet: 0A, A6 and 4F. RGB value is (10,166,79). Sum of RGB (Red+Green+Blue) = 10+166+79=255 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.92% from 255); Green value is 166 (65.23% from 255 or 65.10% from 255); Blue value is 79 (31.25% from 255 or 30.98% from 255); Max value from RGB is 166 - color contains mainly: green. Hex color #0AA64F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AA64F is #F559B0. Grayscale: #6D6D6D. Windows color (decimal): -16079281 or 5219850. OLE color: 5219850.

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

Color convert

RGB 10 166 79 -
CMYK 0.94 0 0.52 0.35
HSL 146.54º 0.89% 0.35% -
HSV(B) 146.54º 0.94% 0.65% -
XYZ 15.17 27.9 11.98 -
YUV 109.44 110.82 57.07 -
System Red Green Blue C M Y K H S L
Decimal 10 166 79 0.94 0 0.52 0.35 146.54 0.89 0.35
Hex A A6 4F 5E 0 34 23 93 59 23
Octal 12 246 117 136 0 64 43 223 131 43
Binary 1010 10100110 1001111 1011110 0 110100 100011 10010011 1011001 100011

Color Harmonies of #0AA64F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AA64F

Black with #0AA64F

Text Example


Text Example

White with #0AA64F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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