Html Css Color HEX #0A9449 Pigment Green

📋 copy color: '#0A9449'

red 10 ◦ green 148 ◦ blue 73

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

Shades of Pigment Green #0A9449

Tints of Pigment Green #0A9449

RGB

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

 GREEN value IS 148 (58.2% from 255) = 64.07%

 BLUE value IS 73 (28.91% from 255) = 31.6%

R = 4.33%
G = 64.07%
B = 31.6%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#0A9449 (or 0x0A9449) is known color: Pigment Green. HEX triplet: 0A, 94 and 49. RGB value is (10,148,73). Sum of RGB (Red+Green+Blue) = 10+148+73=231 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.33% from 231); Green value is 148 (58.20% from 255 or 64.07% from 231); Blue value is 73 (28.91% from 255 or 31.60% from 231); Max value from RGB is 148 - color contains mainly: green. Hex color #0A9449 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A9449 is #F56BB6. Grayscale: #626262. Windows color (decimal): -16083895 or 4822026. OLE color: 4822026.

HSL color Cylindrical-coordinate representation of color #0A9449: hue angle of 147.39º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A9449 is Cyan = 0.93, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB 10 148 73 -
CMYK 0.93 0 0.51 0.42
HSL 147.39º 0.87% 0.31% -
HSV(B) 147.39º 0.93% 0.58% -
XYZ 11.92 21.73 9.87 -
YUV 98.19 113.78 65.1 -
System Red Green Blue C M Y K H S L
Decimal 10 148 73 0.93 0 0.51 0.42 147.39 0.87 0.31
Hex A 94 49 5D 0 33 2A 93 57 1F
Octal 12 224 111 135 0 63 52 223 127 37
Binary 1010 10010100 1001001 1011101 0 110011 101010 10010011 1010111 11111

Color Harmonies of #0A9449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A9449

Black with #0A9449

Text Example


Text Example

White with #0A9449

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,148,73); }

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

background-color css

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

 a { background-color: rgb(10,148,73); }

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

border-color css

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

 span { border-color: rgb(10,148,73); }

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