#0A934C

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

Shades of Pigment Green #0A934C

Tints of Pigment Green #0A934C

Color information

#0A934C (or 0x0A934C) is unknown color: approx Pigment Green. HEX triplet: 0A, 93 and 4C. RGB value is (10,147,76). Sum of RGB (Red+Green+Blue) = 10+147+76=233 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.29% from 233); Green value is 147 (57.81% from 255 or 63.09% from 233); Blue value is 76 (30.08% from 255 or 32.62% from 233); Max value from RGB is 147 - color contains mainly: green. Hex color #0A934C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A934C is #F56CB3. Grayscale: #626262. Windows color (decimal): -16084148 or 5018378. OLE color: 5018378.

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

Color convert

RGB1014776-
CMYK0.9300.480.42
HSL148.91º87.26%30.78%-
HSV(B)148.91º93.2%57.65%-
XYZ11.8621.4510.35-
YUV97.94115.6165.27-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.29%
GREEN value IS 147 (57.81% from 255) = 63.09%
BLUE value IS 76 (30.08% from 255) = 32.62%
R=4.29%
G=63.09%
B=32.62%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal10147760.9300.480.42148.9187.2630.78
HexA934C5D0302A95571f
Octal122231141350605222512737
Binary10101001001110011001011101011000010101010010101101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A934C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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