#0A943C

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

Shades of Pigment Green #0A943C

Tints of Pigment Green #0A943C

Color information

#0A943C (or 0x0A943C) is unknown color: approx Pigment Green. HEX triplet: 0A, 94 and 3C. RGB value is (10,148,60). Sum of RGB (Red+Green+Blue) = 10+148+60=218 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.59% from 218); Green value is 148 (58.20% from 255 or 67.89% from 218); Blue value is 60 (23.83% from 255 or 27.52% from 218); Max value from RGB is 148 - color contains mainly: green. Hex color #0A943C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A943C is #F56BC3. Grayscale: #606060. Windows color (decimal): -16083908 or 3970058. OLE color: 3970058.

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

Color convert

RGB1014860-
CMYK0.9300.590.42
HSL141.74º87.34%30.98%-
HSV(B)141.74º93.24%58.04%-
XYZ11.5321.577.83-
YUV96.71107.2866.16-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.59%
GREEN value IS 148 (58.20% from 255) = 67.89%
BLUE value IS 60 (23.83% from 255) = 27.52%
R=4.59%
G=67.89%
B=27.52%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal10148600.9300.590.42141.7487.3430.98
HexA943C5D03B2A8e571f
Octal12224741350735221612737
Binary1010100101001111001011101011101110101010001110101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A943C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,148,60); }

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

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

 a { background-color: rgb(10,148,60); }

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

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

 span { border-color: rgb(10,148,60); }

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