Html Css Color HEX #0A9B49 Pigment Green

📋 copy color: '#0A9B49'

red 10 ◦ green 155 ◦ blue 73

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

Shades of Pigment Green #0A9B49

Tints of Pigment Green #0A9B49

RGB

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

 GREEN value IS 155 (60.94% from 255) = 65.13%

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

R = 4.2%
G = 65.13%
B = 30.67%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.53

 K value IS 0.39

RGB Variations

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

Color information

#0A9B49 (or 0x0A9B49) is known color: Pigment Green. HEX triplet: 0A, 9B and 49. RGB value is (10,155,73). Sum of RGB (Red+Green+Blue) = 10+155+73=238 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.20% from 238); Green value is 155 (60.94% from 255 or 65.13% from 238); Blue value is 73 (28.91% from 255 or 30.67% from 238); Max value from RGB is 155 - color contains mainly: green. Hex color #0A9B49 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A9B49 is #F564B6. Grayscale: #666666. Windows color (decimal): -16082103 or 4823818. OLE color: 4823818.

HSL color Cylindrical-coordinate representation of color #0A9B49: hue angle of 146.07º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A9B49 is Cyan = 0.94, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.39.

Color convert

RGB 10 155 73 -
CMYK 0.94 0 0.53 0.39
HSL 146.07º 0.88% 0.32% -
HSV(B) 146.07º 0.94% 0.61% -
XYZ 13.05 23.99 10.25 -
YUV 102.3 111.46 62.17 -
System Red Green Blue C M Y K H S L
Decimal 10 155 73 0.94 0 0.53 0.39 146.07 0.88 0.32
Hex A 9B 49 5E 0 35 27 92 58 20
Octal 12 233 111 136 0 65 47 222 130 40
Binary 1010 10011011 1001001 1011110 0 110101 100111 10010010 1011000 100000

Color Harmonies of #0A9B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A9B49

Black with #0A9B49

Text Example


Text Example

White with #0A9B49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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