Html Css Color HEX #0A816F Pine Green

📋 copy color: '#0A816F'

red 10 ◦ green 129 ◦ blue 111

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

Shades of Pine Green #0A816F

Tints of Pine Green #0A816F

RGB

 RED value IS 10 (4.3% from 255) = 4%

 GREEN value IS 129 (50.78% from 255) = 51.6%

 BLUE value IS 111 (43.75% from 255) = 44.4%

R = 4%
G = 51.6%
B = 44.4%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#0A816F (or 0x0A816F) is known color: Pine Green. HEX triplet: 0A, 81 and 6F. RGB value is (10,129,111). Sum of RGB (Red+Green+Blue) = 10+129+111=250 (33% of max value = 765). Red value is 10 (4.30% from 255 or 4% from 250); Green value is 129 (50.78% from 255 or 51.6% from 250); Blue value is 111 (43.75% from 255 or 44.4% from 250); Max value from RGB is 129 - color contains mainly: green. Hex color #0A816F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A816F is #F57E90. Grayscale: #5B5B5B. Windows color (decimal): -16088721 or 7307530. OLE color: 7307530.

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

Color convert

RGB 10 129 111 -
CMYK 0.92 0 0.14 0.49
HSL 170.92º 0.86% 0.27% -
HSV(B) 170.92º 0.92% 0.51% -
XYZ 10.84 16.91 17.73 -
YUV 91.37 139.08 69.96 -
System Red Green Blue C M Y K H S L
Decimal 10 129 111 0.92 0 0.14 0.49 170.92 0.86 0.27
Hex A 81 6F 5C 0 E 31 AB 56 1B
Octal 12 201 157 134 0 16 61 253 126 33
Binary 1010 10000001 1101111 1011100 0 1110 110001 10101011 1010110 11011

Color Harmonies of #0A816F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A816F

Black with #0A816F

Text Example


Text Example

White with #0A816F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0A816F;
 }
 .AnyTagClassName
 {
   color: #0A816F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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