#0A953F

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

Shades of Pigment Green #0A953F

Tints of Pigment Green #0A953F

Color information

#0A953F (or 0x0A953F) is unknown color: approx Pigment Green. HEX triplet: 0A, 95 and 3F. RGB value is (10,149,63). Sum of RGB (Red+Green+Blue) = 10+149+63=222 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.50% from 222); Green value is 149 (58.59% from 255 or 67.12% from 222); Blue value is 63 (25% from 255 or 28.38% from 222); Max value from RGB is 149 - color contains mainly: green. Hex color #0A953F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A953F is #F56AC0. Grayscale: #616161. Windows color (decimal): -16083649 or 4166922. OLE color: 4166922.

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

Color convert

RGB1014963-
CMYK0.9300.580.42
HSL142.88º87.42%31.18%-
HSV(B)142.88º93.29%58.43%-
XYZ11.7721.928.31-
YUV97.64108.4565.49-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.50%
GREEN value IS 149 (58.59% from 255) = 67.12%
BLUE value IS 63 (25% from 255) = 28.38%
R=4.50%
G=67.12%
B=28.38%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal10149630.9300.580.42142.8887.4231.18
HexA953F5D03A2A8f571f
Octal12225771350725221712737
Binary1010100101011111111011101011101010101010001111101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A953F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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