Html Css Color HEX #0A836D Pine Green

📋 copy color: '#0A836D'

red 10 ◦ green 131 ◦ blue 109

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

Shades of Pine Green #0A836D

Tints of Pine Green #0A836D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 52.4%

 BLUE value IS 109 (42.97% from 255) = 43.6%

R = 4%
G = 52.4%
B = 43.6%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#0A836D (or 0x0A836D) is known color: Pine Green. HEX triplet: 0A, 83 and 6D. RGB value is (10,131,109). Sum of RGB (Red+Green+Blue) = 10+131+109=250 (33% of max value = 765). Red value is 10 (4.30% from 255 or 4% from 250); Green value is 131 (51.56% from 255 or 52.4% from 250); Blue value is 109 (42.97% from 255 or 43.6% from 250); Max value from RGB is 131 - color contains mainly: green. Hex color #0A836D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A836D is #F57C92. Grayscale: #5C5C5C. Windows color (decimal): -16088211 or 7176970. OLE color: 7176970.

HSL color Cylindrical-coordinate representation of color #0A836D: hue angle of 169.09º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A836D is Cyan = 0.92, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB 10 131 109 -
CMYK 0.92 0 0.17 0.49
HSL 169.09º 0.86% 0.28% -
HSV(B) 169.09º 0.92% 0.51% -
XYZ 11 17.4 17.25 -
YUV 92.31 137.41 69.29 -
System Red Green Blue C M Y K H S L
Decimal 10 131 109 0.92 0 0.17 0.49 169.09 0.86 0.28
Hex A 83 6D 5C 0 11 31 A9 56 1C
Octal 12 203 155 134 0 21 61 251 126 34
Binary 1010 10000011 1101101 1011100 0 10001 110001 10101001 1010110 11100

Color Harmonies of #0A836D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A836D

Black with #0A836D

Text Example


Text Example

White with #0A836D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,131,109); }

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

background-color css

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

 a { background-color: rgb(10,131,109); }

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

border-color css

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

 span { border-color: rgb(10,131,109); }

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