Html Css Color HEX #0A826E Pine Green

📋 copy color: '#0A826E'

red 10 ◦ green 130 ◦ blue 110

#0A826E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Green #0A826E

Tints of Pine Green #0A826E

RGB

 RED value IS 10 (4.3% 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 value IS 0.92

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#0A826E (or 0x0A826E) is known color: 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

RGB 10 130 110 -
CMYK 0.92 0 0.15 0.49
HSL 170º 0.86% 0.27% -
HSV(B) 170º 0.92% 0.51% -
XYZ 10.92 17.16 17.49 -
YUV 91.84 138.24 69.63 -
System Red Green Blue C M Y K H S L
Decimal 10 130 110 0.92 0 0.15 0.49 170 0.86 0.27
Hex A 82 6E 5C 0 F 31 AA 56 1B
Octal 12 202 156 134 0 17 61 252 126 33
Binary 1010 10000010 1101110 1011100 0 1111 110001 10101010 1010110 11011

Color Harmonies of #0A826E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A826E

Black with #0A826E

Text Example


Text Example

White with #0A826E

Text Example


Text Example

HTML Codes & Css Web 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>