#09999C

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

Shades of Persian Green #09999C

Tints of Persian Green #09999C

Color information

#09999C (or 0x09999C) is unknown color: approx Persian Green. HEX triplet: 09, 99 and 9C. RGB value is (9,153,156). Sum of RGB (Red+Green+Blue) = 9+153+156=318 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.83% from 318); Green value is 153 (60.16% from 255 or 48.11% from 318); Blue value is 156 (61.33% from 255 or 49.06% from 318); Max value from RGB is 156 - color contains mainly: blue. Hex color #09999C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09999C is #F66663. Grayscale: #6E6E6E. Windows color (decimal): -16148068 or 10262793. OLE color: 10262793.

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

Color convert

RGB9153156-
CMYK0.940.0200.39
HSL181.22º89.09%32.35%-
HSV(B)181.22º94.23%61.18%-
XYZ17.525.2435.4-
YUV110.29153.7955.76-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.83%
GREEN value IS 153 (60.16% from 255) = 48.11%
BLUE value IS 156 (61.33% from 255) = 49.06%
R=2.83%
G=48.11%
B=49.06%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal91531560.940.0200.39181.2289.0932.35
Hex9999C5E2027b55920
Octal11231234136204726513140
Binary100110011001100111001011110100100111101101011011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09999C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09999C; }

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

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

<style>
 a { background-color: #09999C; }

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

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

<style>
 span { border-color: #09999C; }

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

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