Html Css Color HEX #0A9A4C Pigment Green

📋 copy color: '#0A9A4C'

red 10 ◦ green 154 ◦ blue 76

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

Shades of Pigment Green #0A9A4C

Tints of Pigment Green #0A9A4C

RGB

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

 GREEN value IS 154 (60.55% from 255) = 64.17%

 BLUE value IS 76 (30.08% from 255) = 31.67%

R = 4.17%
G = 64.17%
B = 31.67%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.51

 K value IS 0.40

RGB Variations

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

Color information

#0A9A4C (or 0x0A9A4C) is known color: Pigment Green. HEX triplet: 0A, 9A and 4C. RGB value is (10,154,76). Sum of RGB (Red+Green+Blue) = 10+154+76=240 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.17% from 240); Green value is 154 (60.55% from 255 or 64.17% from 240); Blue value is 76 (30.08% from 255 or 31.67% from 240); Max value from RGB is 154 - color contains mainly: green. Hex color #0A9A4C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A9A4C is #F565B3. Grayscale: #666666. Windows color (decimal): -16082356 or 5020170. OLE color: 5020170.

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

Color convert

RGB 10 154 76 -
CMYK 0.94 0 0.51 0.40
HSL 147.5º 0.88% 0.32% -
HSV(B) 147.5º 0.94% 0.6% -
XYZ 12.99 23.7 10.73 -
YUV 102.05 113.29 62.34 -
System Red Green Blue C M Y K H S L
Decimal 10 154 76 0.94 0 0.51 0.40 147.5 0.88 0.32
Hex A 9A 4C 5E 0 33 28 94 58 20
Octal 12 232 114 136 0 63 50 224 130 40
Binary 1010 10011010 1001100 1011110 0 110011 101000 10010100 1011000 100000

Color Harmonies of #0A9A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A9A4C

Black with #0A9A4C

Text Example


Text Example

White with #0A9A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,154,76); }

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

background-color css

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

 a { background-color: rgb(10,154,76); }

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

border-color css

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

 span { border-color: rgb(10,154,76); }

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