Html Css Color HEX #0A944A Pigment Green

📋 copy color: '#0A944A'

red 10 ◦ green 148 ◦ blue 74

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

Shades of Pigment Green #0A944A

Tints of Pigment Green #0A944A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 31.9%

R = 4.31%
G = 63.79%
B = 31.9%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#0A944A (or 0x0A944A) is known color: Pigment Green. HEX triplet: 0A, 94 and 4A. RGB value is (10,148,74). Sum of RGB (Red+Green+Blue) = 10+148+74=232 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.31% from 232); Green value is 148 (58.20% from 255 or 63.79% from 232); Blue value is 74 (29.30% from 255 or 31.90% from 232); Max value from RGB is 148 - color contains mainly: green. Hex color #0A944A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A944A is #F56BB5. Grayscale: #626262. Windows color (decimal): -16083894 or 4887562. OLE color: 4887562.

HSL color Cylindrical-coordinate representation of color #0A944A: hue angle of 147.83º 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 #0A944A is Cyan = 0.93, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB 10 148 74 -
CMYK 0.93 0 0.50 0.42
HSL 147.83º 0.87% 0.31% -
HSV(B) 147.83º 0.93% 0.58% -
XYZ 11.95 21.74 10.04 -
YUV 98.3 114.28 65.02 -
System Red Green Blue C M Y K H S L
Decimal 10 148 74 0.93 0 0.50 0.42 147.83 0.87 0.31
Hex A 94 4A 5D 0 32 2A 94 57 1F
Octal 12 224 112 135 0 62 52 224 127 37
Binary 1010 10010100 1001010 1011101 0 110010 101010 10010100 1010111 11111

Color Harmonies of #0A944A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A944A

Black with #0A944A

Text Example


Text Example

White with #0A944A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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