#09998C

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

Shades of Persian Green #09998C

Tints of Persian Green #09998C

Color information

#09998C (or 0x09998C) is unknown color: approx Persian Green. HEX triplet: 09, 99 and 8C. RGB value is (9,153,140). Sum of RGB (Red+Green+Blue) = 9+153+140=302 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.98% from 302); Green value is 153 (60.16% from 255 or 50.66% from 302); Blue value is 140 (55.08% from 255 or 46.36% from 302); Max value from RGB is 153 - color contains mainly: green. Hex color #09998C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09998C is #F66673. Grayscale: #6C6C6C. Windows color (decimal): -16148084 or 9214217. OLE color: 9214217.

HSL color Cylindrical-coordinate representation of color #09998C: hue angle of 174.58º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09998C is Cyan = 0.94, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB9153140-
CMYK0.9400.080.4
HSL174.58º88.89%31.76%-
HSV(B)174.58º94.12%60%-
XYZ16.2424.7328.73-
YUV108.46145.7957.06-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.98%
GREEN value IS 153 (60.16% from 255) = 50.66%
BLUE value IS 140 (55.08% from 255) = 46.36%
R=2.98%
G=50.66%
B=46.36%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal91531400.9400.080.4174.5888.8931.76
Hex9998C5E0828af5920
Octal112312141360105025713140
Binary10011001100110001100101111001000101000101011111011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09998C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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