Html Css Color HEX #0AA445 Pigment Green

📋 copy color: '#0AA445'

red 10 ◦ green 164 ◦ blue 69

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

Shades of Pigment Green #0AA445

Tints of Pigment Green #0AA445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 28.4%

R = 4.12%
G = 67.49%
B = 28.4%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.58

 K value IS 0.36

RGB Variations

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

Color information

#0AA445 (or 0x0AA445) is known color: Pigment Green. HEX triplet: 0A, A4 and 45. RGB value is (10,164,69). Sum of RGB (Red+Green+Blue) = 10+164+69=243 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.12% from 243); Green value is 164 (64.45% from 255 or 67.49% from 243); Blue value is 69 (27.34% from 255 or 28.40% from 243); Max value from RGB is 164 - color contains mainly: green. Hex color #0AA445 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AA445 is #F55BBA. Grayscale: #6B6B6B. Windows color (decimal): -16079803 or 4563978. OLE color: 4563978.

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

Color convert

RGB 10 164 69 -
CMYK 0.94 0 0.58 0.36
HSL 142.99º 0.89% 0.34% -
HSV(B) 142.99º 0.94% 0.64% -
XYZ 14.47 27.05 10.09 -
YUV 107.12 106.48 58.72 -
System Red Green Blue C M Y K H S L
Decimal 10 164 69 0.94 0 0.58 0.36 142.99 0.89 0.34
Hex A A4 45 5E 0 3A 24 8F 59 22
Octal 12 244 105 136 0 72 44 217 131 42
Binary 1010 10100100 1000101 1011110 0 111010 100100 10001111 1011001 100010

Color Harmonies of #0AA445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AA445

Black with #0AA445

Text Example


Text Example

White with #0AA445

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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