#0a9e92

Color #0A9E92 Persian Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Green #0A9E92

Tints of Persian Green #0A9E92

Color information

#0A9E92 (or 0x0A9E92) is unknown color: approx Persian Green. HEX triplet: 0A, 9E and 92. RGB value is (10,158,146). Sum of RGB (Red+Green+Blue) = 10+158+146=314 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.18% from 314); Green value is 158 (62.11% from 255 or 50.32% from 314); Blue value is 146 (57.42% from 255 or 46.50% from 314); Max value from RGB is 158 - color contains mainly: green. Hex color #0A9E92 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A9E92 is #F5616D. Grayscale: #707070. Windows color (decimal): -16081262 or 9608714. OLE color: 9608714.

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

Color convert

RGB10158146-
CMYK0.9400.080.38
HSL175.14º88.1%32.94%-
HSV(B)175.14º93.67%61.96%-
XYZ17.5426.5931.4-
YUV112.38146.9754.98-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.18%
GREEN value IS 158 (62.11% from 255) = 50.32%
BLUE value IS 146 (57.42% from 255) = 46.50%
R=3.18%
G=50.32%
B=46.50%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal101581460.9400.080.38175.1488.132.94
HexA9E925E0826af5821
Octal122362221360104625713041
Binary10101001111010010010101111001000100110101011111011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0a9e92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0a9e92;
 }
 .AnyTagClassName
 {
   color: #0a9e92;
 }
</style>
background-color css

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

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

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

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

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

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