#0A9C4F

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

Shades of Pigment Green #0A9C4F

Tints of Pigment Green #0A9C4F

Color information

#0A9C4F (or 0x0A9C4F) is unknown color: approx Pigment Green. HEX triplet: 0A, 9C and 4F. RGB value is (10,156,79). Sum of RGB (Red+Green+Blue) = 10+156+79=245 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.08% from 245); Green value is 156 (61.33% from 255 or 63.67% from 245); Blue value is 79 (31.25% from 255 or 32.24% from 245); Max value from RGB is 156 - color contains mainly: green. Hex color #0A9C4F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A9C4F is #F563B0. Grayscale: #676767. Windows color (decimal): -16081841 or 5217290. OLE color: 5217290.

HSL color Cylindrical-coordinate representation of color #0A9C4F: hue angle of 148.36º 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 #0A9C4F is Cyan = 0.94, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.39.

Color convert

RGB1015679-
CMYK0.9400.490.39
HSL148.36º87.95%32.55%-
HSV(B)148.36º93.59%61.18%-
XYZ13.4224.4111.4-
YUV103.57114.1361.26-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.08%
GREEN value IS 156 (61.33% from 255) = 63.67%
BLUE value IS 79 (31.25% from 255) = 32.24%
R=4.08%
G=63.67%
B=32.24%

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
Decimal10156790.9400.490.39148.3687.9532.55
HexA9C4F5E03127945821
Octal122341171360614722413041
Binary101010011100100111110111100110001100111100101001011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A9C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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