#0A914D

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

Shades of Pigment Green #0A914D

Tints of Pigment Green #0A914D

Color information

#0A914D (or 0x0A914D) is unknown color: approx Pigment Green. HEX triplet: 0A, 91 and 4D. RGB value is (10,145,77). Sum of RGB (Red+Green+Blue) = 10+145+77=232 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.31% from 232); Green value is 145 (57.03% from 255 or 62.5% from 232); Blue value is 77 (30.47% from 255 or 33.19% from 232); Max value from RGB is 145 - color contains mainly: green. Hex color #0A914D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A914D is #F56EB2. Grayscale: #616161. Windows color (decimal): -16084659 or 5083402. OLE color: 5083402.

HSL color Cylindrical-coordinate representation of color #0A914D: hue angle of 149.78º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A914D is Cyan = 0.93, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.43.

Color convert

RGB1014577-
CMYK0.9300.470.43
HSL149.78º87.1%30.39%-
HSV(B)149.78º93.1%56.86%-
XYZ11.5920.8510.43-
YUV96.88116.7766.03-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.31%
GREEN value IS 145 (57.03% from 255) = 62.5%
BLUE value IS 77 (30.47% from 255) = 33.19%
R=4.31%
G=62.5%
B=33.19%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal10145770.9300.470.43149.7887.130.39
HexA914D5D02F2B96571e
Octal122211151350575322612736
Binary10101001000110011011011101010111110101110010110101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A914D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,145,77); }

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

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

 a { background-color: rgb(10,145,77); }

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

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

 span { border-color: rgb(10,145,77); }

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