#0A9340

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

Shades of Pigment Green #0A9340

Tints of Pigment Green #0A9340

Color information

#0A9340 (or 0x0A9340) is unknown color: approx Pigment Green. HEX triplet: 0A, 93 and 40. RGB value is (10,147,64). Sum of RGB (Red+Green+Blue) = 10+147+64=221 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.52% from 221); Green value is 147 (57.81% from 255 or 66.52% from 221); Blue value is 64 (25.39% from 255 or 28.96% from 221); Max value from RGB is 147 - color contains mainly: green. Hex color #0A9340 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A9340 is #F56CBF. Grayscale: #606060. Windows color (decimal): -16084160 or 4231946. OLE color: 4231946.

HSL color Cylindrical-coordinate representation of color #0A9340: hue angle of 143.65º 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 #0A9340 is Cyan = 0.93, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB1014764-
CMYK0.9300.560.42
HSL143.65º87.26%30.78%-
HSV(B)143.65º93.2%57.65%-
XYZ11.4821.38.36-
YUV96.58109.6166.25-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.52%
GREEN value IS 147 (57.81% from 255) = 66.52%
BLUE value IS 64 (25.39% from 255) = 28.96%
R=4.52%
G=66.52%
B=28.96%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal10147640.9300.560.42143.6587.2630.78
HexA93405D0382A90571f
Octal122231001350705222012737
Binary10101001001110000001011101011100010101010010000101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A9340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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