#0A914E

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

Shades of Pigment Green #0A914E

Tints of Pigment Green #0A914E

Color information

#0A914E (or 0x0A914E) is unknown color: approx Pigment Green. HEX triplet: 0A, 91 and 4E. RGB value is (10,145,78). Sum of RGB (Red+Green+Blue) = 10+145+78=233 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.29% from 233); Green value is 145 (57.03% from 255 or 62.23% from 233); Blue value is 78 (30.86% from 255 or 33.48% from 233); Max value from RGB is 145 - color contains mainly: green. Hex color #0A914E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A914E is #F56EB1. Grayscale: #616161. Windows color (decimal): -16084658 or 5148938. OLE color: 5148938.

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

Color convert

RGB1014578-
CMYK0.9300.460.43
HSL150.22º87.1%30.39%-
HSV(B)150.22º93.1%56.86%-
XYZ11.6320.8710.62-
YUV97117.2765.95-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.29%
GREEN value IS 145 (57.03% from 255) = 62.23%
BLUE value IS 78 (30.86% from 255) = 33.48%
R=4.29%
G=62.23%
B=33.48%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal10145780.9300.460.43150.2287.130.39
HexA914E5D02E2B96571e
Octal122211161350565322612736
Binary10101001000110011101011101010111010101110010110101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A914E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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