#0A9A98

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

Shades of Persian Green #0A9A98

Tints of Persian Green #0A9A98

Color information

#0A9A98 (or 0x0A9A98) is unknown color: approx Persian Green. HEX triplet: 0A, 9A and 98. RGB value is (10,154,152). Sum of RGB (Red+Green+Blue) = 10+154+152=316 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.16% from 316); Green value is 154 (60.55% from 255 or 48.73% from 316); Blue value is 152 (59.77% from 255 or 48.10% from 316); Max value from RGB is 154 - color contains mainly: green. Hex color #0A9A98 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A9A98 is #F56567. Grayscale: #6E6E6E. Windows color (decimal): -16082280 or 10000906. OLE color: 10000906.

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

Color convert

RGB10154152-
CMYK0.9400.010.40
HSL179.17º87.8%32.16%-
HSV(B)179.17º93.51%60.39%-
XYZ17.3525.4433.7-
YUV110.72151.2956.16-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.16%
GREEN value IS 154 (60.55% from 255) = 48.73%
BLUE value IS 152 (59.77% from 255) = 48.10%
R=3.16%
G=48.73%
B=48.10%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal101541520.9400.010.40179.1787.832.16
HexA9A985E0128b35820
Octal12232230136015026313040
Binary10101001101010011000101111001101000101100111011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A9A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,154,152); }

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

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

 a { background-color: rgb(10,154,152); }

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

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

 span { border-color: rgb(10,154,152); }

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