Html Css Color HEX #0A9D86 Persian Green

📋 copy color: '#0A9D86'

red 10 ◦ green 157 ◦ blue 134

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

Shades of Persian Green #0A9D86

Tints of Persian Green #0A9D86

RGB

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

 GREEN value IS 157 (61.72% from 255) = 52.16%

 BLUE value IS 134 (52.73% from 255) = 44.52%

R = 3.32%
G = 52.16%
B = 44.52%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.15

 K value IS 0.38

RGB Variations

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

Color information

#0A9D86 (or 0x0A9D86) is known color: Persian Green. HEX triplet: 0A, 9D and 86. RGB value is (10,157,134). Sum of RGB (Red+Green+Blue) = 10+157+134=301 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.32% from 301); Green value is 157 (61.72% from 255 or 52.16% from 301); Blue value is 134 (52.73% from 255 or 44.52% from 301); Max value from RGB is 157 - color contains mainly: green. Hex color #0A9D86 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A9D86 is #F56279. Grayscale: #6E6E6E. Windows color (decimal): -16081530 or 8822026. OLE color: 8822026.

HSL color Cylindrical-coordinate representation of color #0A9D86: hue angle of 170.61º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A9D86 is Cyan = 0.94, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.

Color convert

RGB 10 157 134 -
CMYK 0.94 0 0.15 0.38
HSL 170.61º 0.88% 0.33% -
HSV(B) 170.61º 0.94% 0.62% -
XYZ 16.49 25.9 26.68 -
YUV 110.43 141.3 56.37 -
System Red Green Blue C M Y K H S L
Decimal 10 157 134 0.94 0 0.15 0.38 170.61 0.88 0.33
Hex A 9D 86 5E 0 F 26 AB 58 21
Octal 12 235 206 136 0 17 46 253 130 41
Binary 1010 10011101 10000110 1011110 0 1111 100110 10101011 1011000 100001

Color Harmonies of #0A9D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A9D86

Black with #0A9D86

Text Example


Text Example

White with #0A9D86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,157,134); }

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

background-color css

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

 a { background-color: rgb(10,157,134); }

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

border-color css

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

 span { border-color: rgb(10,157,134); }

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