#0A9342

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

Shades of Pigment Green #0A9342

Tints of Pigment Green #0A9342

Color information

#0A9342 (or 0x0A9342) is unknown color: approx Pigment Green. HEX triplet: 0A, 93 and 42. RGB value is (10,147,66). Sum of RGB (Red+Green+Blue) = 10+147+66=223 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.48% from 223); Green value is 147 (57.81% from 255 or 65.92% from 223); Blue value is 66 (26.17% from 255 or 29.60% from 223); Max value from RGB is 147 - color contains mainly: green. Hex color #0A9342 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A9342 is #F56CBD. Grayscale: #606060. Windows color (decimal): -16084158 or 4363018. OLE color: 4363018.

HSL color Cylindrical-coordinate representation of color #0A9342: hue angle of 144.53º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A9342 is Cyan = 0.93, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.42.

Color convert

RGB1014766-
CMYK0.9300.550.42
HSL144.53º87.26%30.78%-
HSV(B)144.53º93.2%57.65%-
XYZ11.5421.338.66-
YUV96.8110.6166.09-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.48%
GREEN value IS 147 (57.81% from 255) = 65.92%
BLUE value IS 66 (26.17% from 255) = 29.60%
R=4.48%
G=65.92%
B=29.60%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal10147660.9300.550.42144.5387.2630.78
HexA93425D0372A91571f
Octal122231021350675222112737
Binary10101001001110000101011101011011110101010010001101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A9342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,147,66); }

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

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

 a { background-color: rgb(10,147,66); }

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

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

 span { border-color: rgb(10,147,66); }

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