Html Css Color HEX #0A9F8E Persian Green

📋 copy color: '#0A9F8E'

red 10 ◦ green 159 ◦ blue 142

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

Shades of Persian Green #0A9F8E

Tints of Persian Green #0A9F8E

RGB

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

 GREEN value IS 159 (62.5% from 255) = 51.13%

 BLUE value IS 142 (55.86% from 255) = 45.66%

R = 3.22%
G = 51.13%
B = 45.66%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#0A9F8E (or 0x0A9F8E) is known color: Persian Green. HEX triplet: 0A, 9F and 8E. RGB value is (10,159,142). Sum of RGB (Red+Green+Blue) = 10+159+142=311 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.22% from 311); Green value is 159 (62.5% from 255 or 51.13% from 311); Blue value is 142 (55.86% from 255 or 45.66% from 311); Max value from RGB is 159 - color contains mainly: green. Hex color #0A9F8E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A9F8E is #F56071. Grayscale: #707070. Windows color (decimal): -16081010 or 9346826. OLE color: 9346826.

HSL color Cylindrical-coordinate representation of color #0A9F8E: hue angle of 173.15º 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 #0A9F8E is Cyan = 0.94, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB 10 159 142 -
CMYK 0.94 0 0.11 0.38
HSL 173.15º 0.88% 0.33% -
HSV(B) 173.15º 0.94% 0.62% -
XYZ 17.41 26.81 29.85 -
YUV 112.51 144.64 54.88 -
System Red Green Blue C M Y K H S L
Decimal 10 159 142 0.94 0 0.11 0.38 173.15 0.88 0.33
Hex A 9F 8E 5E 0 B 26 AD 58 21
Octal 12 237 216 136 0 13 46 255 130 41
Binary 1010 10011111 10001110 1011110 0 1011 100110 10101101 1011000 100001

Color Harmonies of #0A9F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A9F8E

Black with #0A9F8E

Text Example


Text Example

White with #0A9F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,159,142); }

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

background-color css

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

 a { background-color: rgb(10,159,142); }

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

border-color css

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

 span { border-color: rgb(10,159,142); }

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