#0A9C4E

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

Shades of Pigment Green #0A9C4E

Tints of Pigment Green #0A9C4E

Color information

#0A9C4E (or 0x0A9C4E) is unknown color: approx Pigment Green. HEX triplet: 0A, 9C and 4E. RGB value is (10,156,78). Sum of RGB (Red+Green+Blue) = 10+156+78=244 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.10% from 244); Green value is 156 (61.33% from 255 or 63.93% from 244); Blue value is 78 (30.86% from 255 or 31.97% from 244); Max value from RGB is 156 - color contains mainly: green. Hex color #0A9C4E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A9C4E is #F563B1. Grayscale: #676767. Windows color (decimal): -16081842 or 5151754. OLE color: 5151754.

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

Color convert

RGB1015678-
CMYK0.9400.50.39
HSL147.95º87.95%32.55%-
HSV(B)147.95º93.59%61.18%-
XYZ13.3924.3911.21-
YUV103.45113.6361.34-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.10%
GREEN value IS 156 (61.33% from 255) = 63.93%
BLUE value IS 78 (30.86% from 255) = 31.97%
R=4.10%
G=63.93%
B=31.97%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal10156780.9400.50.39147.9587.9532.55
HexA9C4E5E03227945821
Octal122341161360624722413041
Binary101010011100100111010111100110010100111100101001011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A9C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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