Html Css Color HEX #0A836E Pine Green

📋 copy color: '#0A836E'

red 10 ◦ green 131 ◦ blue 110

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

Shades of Pine Green #0A836E

Tints of Pine Green #0A836E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 43.82%

R = 3.98%
G = 52.19%
B = 43.82%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#0A836E (or 0x0A836E) is known color: Pine Green. HEX triplet: 0A, 83 and 6E. RGB value is (10,131,110). Sum of RGB (Red+Green+Blue) = 10+131+110=251 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.98% from 251); Green value is 131 (51.56% from 255 or 52.19% from 251); Blue value is 110 (43.36% from 255 or 43.82% from 251); Max value from RGB is 131 - color contains mainly: green. Hex color #0A836E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A836E is #F57C91. Grayscale: #5C5C5C. Windows color (decimal): -16088210 or 7242506. OLE color: 7242506.

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

Color convert

RGB 10 131 110 -
CMYK 0.92 0 0.16 0.49
HSL 169.59º 0.86% 0.28% -
HSV(B) 169.59º 0.92% 0.51% -
XYZ 11.06 17.42 17.53 -
YUV 92.43 137.91 69.21 -
System Red Green Blue C M Y K H S L
Decimal 10 131 110 0.92 0 0.16 0.49 169.59 0.86 0.28
Hex A 83 6E 5C 0 10 31 AA 56 1C
Octal 12 203 156 134 0 20 61 252 126 34
Binary 1010 10000011 1101110 1011100 0 10000 110001 10101010 1010110 11100

Color Harmonies of #0A836E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A836E

Black with #0A836E

Text Example


Text Example

White with #0A836E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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