Html Css Color HEX #0A826F Pine Green

📋 copy color: '#0A826F'

red 10 ◦ green 130 ◦ blue 111

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

Shades of Pine Green #0A826F

Tints of Pine Green #0A826F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 51.79%

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

R = 3.98%
G = 51.79%
B = 44.22%

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

#0A826F (or 0x0A826F) is known color: Pine Green. HEX triplet: 0A, 82 and 6F. RGB value is (10,130,111). Sum of RGB (Red+Green+Blue) = 10+130+111=251 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.98% from 251); Green value is 130 (51.17% from 255 or 51.79% from 251); Blue value is 111 (43.75% from 255 or 44.22% from 251); Max value from RGB is 130 - color contains mainly: green. Hex color #0A826F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A826F is #F57D90. Grayscale: #5B5B5B. Windows color (decimal): -16088465 or 7307786. OLE color: 7307786.

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

Color convert

RGB 10 130 111 -
CMYK 0.92 0 0.15 0.49
HSL 170.5º 0.86% 0.27% -
HSV(B) 170.5º 0.92% 0.51% -
XYZ 10.98 17.18 17.78 -
YUV 91.95 138.74 69.54 -
System Red Green Blue C M Y K H S L
Decimal 10 130 111 0.92 0 0.15 0.49 170.5 0.86 0.27
Hex A 82 6F 5C 0 F 31 AA 56 1B
Octal 12 202 157 134 0 17 61 252 126 33
Binary 1010 10000010 1101111 1011100 0 1111 110001 10101010 1010110 11011

Color Harmonies of #0A826F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A826F

Black with #0A826F

Text Example


Text Example

White with #0A826F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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