#099C90

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

Shades of Persian Green #099C90

Tints of Persian Green #099C90

Color information

#099C90 (or 0x099C90) is unknown color: approx Persian Green. HEX triplet: 09, 9C and 90. RGB value is (9,156,144). Sum of RGB (Red+Green+Blue) = 9+156+144=309 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.91% from 309); Green value is 156 (61.33% from 255 or 50.49% from 309); Blue value is 144 (56.64% from 255 or 46.60% from 309); Max value from RGB is 156 - color contains mainly: green. Hex color #099C90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099C90 is #F6636F. Grayscale: #6E6E6E. Windows color (decimal): -16147312 or 9477129. OLE color: 9477129.

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

Color convert

RGB9156144-
CMYK0.9400.080.39
HSL175.1º89.09%32.35%-
HSV(B)175.1º94.23%61.18%-
XYZ17.0425.8530.48-
YUV110.68146.855.48-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.91%
GREEN value IS 156 (61.33% from 255) = 50.49%
BLUE value IS 144 (56.64% from 255) = 46.60%
R=2.91%
G=50.49%
B=46.60%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal91561440.9400.080.39175.189.0932.35
Hex99C905E0827af5920
Octal112342201360104725713140
Binary10011001110010010000101111001000100111101011111011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #099C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,156,144); }

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

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

 a { background-color: rgb(9,156,144); }

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

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

 span { border-color: rgb(9,156,144); }

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