Html Css Color HEX #0A816E Pine Green

📋 copy color: '#0A816E'

red 10 ◦ green 129 ◦ blue 110

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

Shades of Pine Green #0A816E

Tints of Pine Green #0A816E

RGB

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

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

RGB 10 129 110 -
CMYK 0.92 0 0.15 0.49
HSL 170.42º 0.86% 0.27% -
HSV(B) 170.42º 0.92% 0.51% -
XYZ 10.79 16.89 17.44 -
YUV 91.25 138.58 70.04 -
System Red Green Blue C M Y K H S L
Decimal 10 129 110 0.92 0 0.15 0.49 170.42 0.86 0.27
Hex A 81 6E 5C 0 F 31 AA 56 1B
Octal 12 201 156 134 0 17 61 252 126 33
Binary 1010 10000001 1101110 1011100 0 1111 110001 10101010 1010110 11011

Color Harmonies of #0A816E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A816E

Black with #0A816E

Text Example


Text Example

White with #0A816E

Text Example


Text Example

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