#0A933C

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

Shades of Pigment Green #0A933C

Tints of Pigment Green #0A933C

Color information

#0A933C (or 0x0A933C) is unknown color: approx Pigment Green. HEX triplet: 0A, 93 and 3C. RGB value is (10,147,60). Sum of RGB (Red+Green+Blue) = 10+147+60=217 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.61% from 217); Green value is 147 (57.81% from 255 or 67.74% from 217); Blue value is 60 (23.83% from 255 or 27.65% from 217); Max value from RGB is 147 - color contains mainly: green. Hex color #0A933C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A933C is #F56CC3. Grayscale: #606060. Windows color (decimal): -16084164 or 3969802. OLE color: 3969802.

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

Color convert

RGB1014760-
CMYK0.9300.590.42
HSL141.9º87.26%30.78%-
HSV(B)141.9º93.2%57.65%-
XYZ11.3721.267.78-
YUV96.12107.6166.57-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.61%
GREEN value IS 147 (57.81% from 255) = 67.74%
BLUE value IS 60 (23.83% from 255) = 27.65%
R=4.61%
G=67.74%
B=27.65%

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
Decimal10147600.9300.590.42141.987.2630.78
HexA933C5D03B2A8e571f
Octal12223741350735221612737
Binary1010100100111111001011101011101110101010001110101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A933C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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