#0A9F94

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

Shades of Persian Green #0A9F94

Tints of Persian Green #0A9F94

Color information

#0A9F94 (or 0x0A9F94) is unknown color: approx Persian Green. HEX triplet: 0A, 9F and 94. RGB value is (10,159,148). Sum of RGB (Red+Green+Blue) = 10+159+148=317 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.15% from 317); Green value is 159 (62.5% from 255 or 50.16% from 317); Blue value is 148 (58.20% from 255 or 46.69% from 317); Max value from RGB is 159 - color contains mainly: green. Hex color #0A9F94 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A9F94 is #F5606B. Grayscale: #717171. Windows color (decimal): -16081004 or 9740042. OLE color: 9740042.

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

Color convert

RGB10159148-
CMYK0.9400.070.38
HSL175.57º88.17%33.14%-
HSV(B)175.57º93.71%62.35%-
XYZ17.872732.29-
YUV113.2147.6454.39-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.15%
GREEN value IS 159 (62.5% from 255) = 50.16%
BLUE value IS 148 (58.20% from 255) = 46.69%
R=3.15%
G=50.16%
B=46.69%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal101591480.9400.070.38175.5788.1733.14
HexA9F945E0726b05821
Octal12237224136074626013041
Binary1010100111111001010010111100111100110101100001011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A9F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,159,148); }

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

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

 a { background-color: rgb(10,159,148); }

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

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

 span { border-color: rgb(10,159,148); }

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