#0A998A

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

Shades of Persian Green #0A998A

Tints of Persian Green #0A998A

Color information

#0A998A (or 0x0A998A) is unknown color: approx Persian Green. HEX triplet: 0A, 99 and 8A. RGB value is (10,153,138). Sum of RGB (Red+Green+Blue) = 10+153+138=301 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.32% from 301); Green value is 153 (60.16% from 255 or 50.83% from 301); Blue value is 138 (54.30% from 255 or 45.85% from 301); Max value from RGB is 153 - color contains mainly: green. Hex color #0A998A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A998A is #F56675. Grayscale: #6C6C6C. Windows color (decimal): -16082550 or 9083146. OLE color: 9083146.

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

Color convert

RGB10153138-
CMYK0.9300.100.4
HSL173.71º87.73%31.96%-
HSV(B)173.71º93.46%60%-
XYZ16.124.6827.96-
YUV108.53144.6257.72-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.32%
GREEN value IS 153 (60.16% from 255) = 50.83%
BLUE value IS 138 (54.30% from 255) = 45.85%
R=3.32%
G=50.83%
B=45.85%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal101531380.9300.100.4173.7187.7331.96
HexA998A5D0A28ae5820
Octal122312121350125025613040
Binary10101001100110001010101110101010101000101011101011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A998A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,153,138); }

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

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

 a { background-color: rgb(10,153,138); }

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

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

 span { border-color: rgb(10,153,138); }

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