#0A826E

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

Shades of Pine Green #0A826E

Tints of Pine Green #0A826E

Color information

#0A826E (or 0x0A826E) is unknown color: approx Pine Green. HEX triplet: 0A, 82 and 6E. RGB value is (10,130,110). Sum of RGB (Red+Green+Blue) = 10+130+110=250 (33% of max value = 765). Red value is 10 (4.30% from 255 or 4% from 250); Green value is 130 (51.17% from 255 or 52% from 250); Blue value is 110 (43.36% from 255 or 44% from 250); Max value from RGB is 130 - color contains mainly: green. Hex color #0A826E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A826E is #F57D91. Grayscale: #5B5B5B. Windows color (decimal): -16088466 or 7242250. OLE color: 7242250.

HSL color Cylindrical-coordinate representation of color #0A826E: hue angle of 170º 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 #0A826E is Cyan = 0.92, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB10130110-
CMYK0.9200.150.49
HSL170º85.71%27.45%-
HSV(B)170º92.31%50.98%-
XYZ10.9217.1617.49-
YUV91.84138.2469.63-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4%
GREEN value IS 130 (51.17% from 255) = 52%
BLUE value IS 110 (43.36% from 255) = 44%
R=4%
G=52%
B=44%

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
Decimal101301100.9200.150.4917085.7127.45
HexA826E5C0F31aa561b
Octal122021561340176125212633
Binary101010000010110111010111000111111000110101010101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A826E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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