Html Css Color HEX #0A9E8E Persian Green

📋 copy color: '#0A9E8E'

red 10 ◦ green 158 ◦ blue 142

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

Shades of Persian Green #0A9E8E

Tints of Persian Green #0A9E8E

RGB

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

 GREEN value IS 158 (62.11% from 255) = 50.97%

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

R = 3.23%
G = 50.97%
B = 45.81%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.10

 K value IS 0.38

RGB Variations

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

Color information

#0A9E8E (or 0x0A9E8E) is known color: Persian Green. HEX triplet: 0A, 9E and 8E. RGB value is (10,158,142). Sum of RGB (Red+Green+Blue) = 10+158+142=310 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.23% from 310); Green value is 158 (62.11% from 255 or 50.97% from 310); Blue value is 142 (55.86% from 255 or 45.81% from 310); Max value from RGB is 158 - color contains mainly: green. Hex color #0A9E8E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A9E8E is #F56171. Grayscale: #6F6F6F. Windows color (decimal): -16081266 or 9346570. OLE color: 9346570.

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

Color convert

RGB 10 158 142 -
CMYK 0.94 0 0.10 0.38
HSL 173.51º 0.88% 0.33% -
HSV(B) 173.51º 0.94% 0.62% -
XYZ 17.23 26.47 29.79 -
YUV 111.92 144.97 55.3 -
System Red Green Blue C M Y K H S L
Decimal 10 158 142 0.94 0 0.10 0.38 173.51 0.88 0.33
Hex A 9E 8E 5E 0 A 26 AE 58 21
Octal 12 236 216 136 0 12 46 256 130 41
Binary 1010 10011110 10001110 1011110 0 1010 100110 10101110 1011000 100001

Color Harmonies of #0A9E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A9E8E

Black with #0A9E8E

Text Example


Text Example

White with #0A9E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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