#0A953C

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

Shades of Pigment Green #0A953C

Tints of Pigment Green #0A953C

Color information

#0A953C (or 0x0A953C) is unknown color: approx Pigment Green. HEX triplet: 0A, 95 and 3C. RGB value is (10,149,60). Sum of RGB (Red+Green+Blue) = 10+149+60=219 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.57% from 219); Green value is 149 (58.59% from 255 or 68.04% from 219); Blue value is 60 (23.83% from 255 or 27.40% from 219); Max value from RGB is 149 - color contains mainly: green. Hex color #0A953C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A953C is #F56AC3. Grayscale: #616161. Windows color (decimal): -16083652 or 3970314. OLE color: 3970314.

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

Color convert

RGB1014960-
CMYK0.9300.600.42
HSL141.58º87.42%31.18%-
HSV(B)141.58º93.29%58.43%-
XYZ11.6921.897.88-
YUV97.29106.9565.74-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.57%
GREEN value IS 149 (58.59% from 255) = 68.04%
BLUE value IS 60 (23.83% from 255) = 27.40%
R=4.57%
G=68.04%
B=27.40%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal10149600.9300.600.42141.5887.4231.18
HexA953C5D03C2A8e571f
Octal12225741350745221612737
Binary1010100101011111001011101011110010101010001110101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A953C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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