Html Css Color HEX #0AAC5E Pigment Green

📋 copy color: '#0AAC5E'

red 10 ◦ green 172 ◦ blue 94

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

Shades of Pigment Green #0AAC5E

Tints of Pigment Green #0AAC5E

RGB

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

 GREEN value IS 172 (67.58% from 255) = 62.32%

 BLUE value IS 94 (37.11% from 255) = 34.06%

R = 3.62%
G = 62.32%
B = 34.06%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#0AAC5E (or 0x0AAC5E) is known color: Pigment Green. HEX triplet: 0A, AC and 5E. RGB value is (10,172,94). Sum of RGB (Red+Green+Blue) = 10+172+94=276 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.62% from 276); Green value is 172 (67.58% from 255 or 62.32% from 276); Blue value is 94 (37.11% from 255 or 34.06% from 276); Max value from RGB is 172 - color contains mainly: green. Hex color #0AAC5E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AAC5E is #F553A1. Grayscale: #727272. Windows color (decimal): -16077730 or 6204426. OLE color: 6204426.

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

Color convert

RGB 10 172 94 -
CMYK 0.94 0 0.45 0.33
HSL 151.11º 0.89% 0.36% -
HSV(B) 151.11º 0.94% 0.67% -
XYZ 16.9 30.38 15.56 -
YUV 114.67 116.33 53.34 -
System Red Green Blue C M Y K H S L
Decimal 10 172 94 0.94 0 0.45 0.33 151.11 0.89 0.36
Hex A AC 5E 5E 0 2D 21 97 59 24
Octal 12 254 136 136 0 55 41 227 131 44
Binary 1010 10101100 1011110 1011110 0 101101 100001 10010111 1011001 100100

Color Harmonies of #0AAC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AAC5E

Black with #0AAC5E

Text Example


Text Example

White with #0AAC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,172,94); }

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

background-color css

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

 a { background-color: rgb(10,172,94); }

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

border-color css

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

 span { border-color: rgb(10,172,94); }

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