#0A953E

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

Shades of Pigment Green #0A953E

Tints of Pigment Green #0A953E

Color information

#0A953E (or 0x0A953E) is unknown color: approx Pigment Green. HEX triplet: 0A, 95 and 3E. RGB value is (10,149,62). Sum of RGB (Red+Green+Blue) = 10+149+62=221 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.52% from 221); Green value is 149 (58.59% from 255 or 67.42% from 221); Blue value is 62 (24.61% from 255 or 28.05% from 221); Max value from RGB is 149 - color contains mainly: green. Hex color #0A953E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A953E is #F56AC1. Grayscale: #616161. Windows color (decimal): -16083650 or 4101386. OLE color: 4101386.

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

Color convert

RGB1014962-
CMYK0.9300.580.42
HSL142.45º87.42%31.18%-
HSV(B)142.45º93.29%58.43%-
XYZ11.7421.918.17-
YUV97.52107.9565.57-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.52%
GREEN value IS 149 (58.59% from 255) = 67.42%
BLUE value IS 62 (24.61% from 255) = 28.05%
R=4.52%
G=67.42%
B=28.05%

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
Decimal10149620.9300.580.42142.4587.4231.18
HexA953E5D03A2A8e571f
Octal12225761350725221612737
Binary1010100101011111101011101011101010101010001110101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A953E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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