#0a9b92

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

Shades of Persian Green #0A9B92

Tints of Persian Green #0A9B92

Color information

#0A9B92 (or 0x0A9B92) is unknown color: approx Persian Green. HEX triplet: 0A, 9B and 92. RGB value is (10,155,146). Sum of RGB (Red+Green+Blue) = 10+155+146=311 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.22% from 311); Green value is 155 (60.94% from 255 or 49.84% from 311); Blue value is 146 (57.42% from 255 or 46.95% from 311); Max value from RGB is 155 - color contains mainly: green. Hex color #0A9B92 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A9B92 is #F5646D. Grayscale: #6E6E6E. Windows color (decimal): -16082030 or 9607946. OLE color: 9607946.

HSL color Cylindrical-coordinate representation of color #0A9B92: hue angle of 176.28º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A9B92 is Cyan = 0.94, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.39.

Color convert

RGB10155146-
CMYK0.9400.060.39
HSL176.28º87.88%32.35%-
HSV(B)176.28º93.55%60.78%-
XYZ17.0325.5831.23-
YUV110.62147.9656.23-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.22%
GREEN value IS 155 (60.94% from 255) = 49.84%
BLUE value IS 146 (57.42% from 255) = 46.95%
R=3.22%
G=49.84%
B=46.95%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal101551460.9400.060.39176.2887.8832.35
HexA9B925E0627b05820
Octal12233222136064726013040
Binary1010100110111001001010111100110100111101100001011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0a9b92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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