#099B9A

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

Shades of Persian Green #099B9A

Tints of Persian Green #099B9A

Color information

#099B9A (or 0x099B9A) is unknown color: approx Persian Green. HEX triplet: 09, 9B and 9A. RGB value is (9,155,154). Sum of RGB (Red+Green+Blue) = 9+155+154=318 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.83% from 318); Green value is 155 (60.94% from 255 or 48.74% from 318); Blue value is 154 (60.55% from 255 or 48.43% from 318); Max value from RGB is 155 - color contains mainly: green. Hex color #099B9A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099B9A is #F66465. Grayscale: #6F6F6F. Windows color (decimal): -16147558 or 10132233. OLE color: 10132233.

HSL color Cylindrical-coordinate representation of color #099B9A: hue angle of 179.59º degrees, saturation: 0.89, 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 #099B9A is Cyan = 0.94, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.

Color convert

RGB9155154-
CMYK0.9400.010.39
HSL179.59º89.02%32.16%-
HSV(B)179.59º94.19%60.78%-
XYZ17.6725.8334.63-
YUV111.23152.1355.08-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.83%
GREEN value IS 155 (60.94% from 255) = 48.74%
BLUE value IS 154 (60.55% from 255) = 48.43%
R=2.83%
G=48.74%
B=48.43%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal91551540.9400.010.39179.5989.0232.16
Hex99B9A5E0127b45920
Octal11233232136014726413140
Binary10011001101110011010101111001100111101101001011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #099B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #099B9A; }

 p { color: rgb(9,155,154); }

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

<style>
 a { background-color: #099B9A; }

 a { background-color: rgb(9,155,154); }

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

<style>
 span { border-color: #099B9A; }

 span { border-color: rgb(9,155,154); }

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