#0a9c50

Color #0A9C50 Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #0A9C50

Tints of Pigment Green #0A9C50

Color information

#0A9C50 (or 0x0A9C50) is unknown color: approx Pigment Green. HEX triplet: 0A, 9C and 50. RGB value is (10,156,80). Sum of RGB (Red+Green+Blue) = 10+156+80=246 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.07% from 246); Green value is 156 (61.33% from 255 or 63.41% from 246); Blue value is 80 (31.64% from 255 or 32.52% from 246); Max value from RGB is 156 - color contains mainly: green. Hex color #0A9C50 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A9C50 is #F563AF. Grayscale: #676767. Windows color (decimal): -16081840 or 5282826. OLE color: 5282826.

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

Color convert

RGB1015680-
CMYK0.9400.490.39
HSL148.77º87.95%32.55%-
HSV(B)148.77º93.59%61.18%-
XYZ13.4624.4211.59-
YUV103.68114.6361.18-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.07%
GREEN value IS 156 (61.33% from 255) = 63.41%
BLUE value IS 80 (31.64% from 255) = 32.52%
R=4.07%
G=63.41%
B=32.52%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal10156800.9400.490.39148.7787.9532.55
HexA9C505E03127955821
Octal122341201360614722513041
Binary101010011100101000010111100110001100111100101011011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0a9c50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,156,80); }

 H1.HeaderClassName
 {
   color: #0a9c50;
 }
 .AnyTagClassName
 {
   color: #0a9c50;
 }
</style>
background-color css

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

 a { background-color: rgb(10,156,80); }

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

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

 span { border-color: rgb(10,156,80); }

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