#0A816E

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

Shades of Pine Green #0A816E

Tints of Pine Green #0A816E

Color information

#0A816E (or 0x0A816E) is unknown color: approx Pine Green. HEX triplet: 0A, 81 and 6E. RGB value is (10,129,110). Sum of RGB (Red+Green+Blue) = 10+129+110=249 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.02% from 249); Green value is 129 (50.78% from 255 or 51.81% from 249); Blue value is 110 (43.36% from 255 or 44.18% from 249); Max value from RGB is 129 - color contains mainly: green. Hex color #0A816E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A816E is #F57E91. Grayscale: #5B5B5B. Windows color (decimal): -16088722 or 7241994. OLE color: 7241994.

HSL color Cylindrical-coordinate representation of color #0A816E: hue angle of 170.42º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A816E is Cyan = 0.92, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB10129110-
CMYK0.9200.150.49
HSL170.42º85.61%27.25%-
HSV(B)170.42º92.25%50.59%-
XYZ10.7916.8917.44-
YUV91.25138.5870.04-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.02%
GREEN value IS 129 (50.78% from 255) = 51.81%
BLUE value IS 110 (43.36% from 255) = 44.18%
R=4.02%
G=51.81%
B=44.18%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal101291100.9200.150.49170.4285.6127.25
HexA816E5C0F31aa561b
Octal122011561340176125212633
Binary101010000001110111010111000111111000110101010101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A816E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,129,110); }

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

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

 a { background-color: rgb(10,129,110); }

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

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

 span { border-color: rgb(10,129,110); }

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