Html Css Color HEX #099989 Persian Green

📋 copy color: '#099989'

red 9 ◦ green 153 ◦ blue 137

#099989
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Green #099989

Tints of Persian Green #099989

RGB

 RED value IS 9 (3.91% from 255) = 3.01%

 GREEN value IS 153 (60.16% from 255) = 51.17%

 BLUE value IS 137 (53.91% from 255) = 45.82%

R = 3.01%
G = 51.17%
B = 45.82%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.10

 K value IS 0.4

RGB Variations

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

Color information

#099989 (or 0x099989) is known color: Persian Green. HEX triplet: 09, 99 and 89. RGB value is (9,153,137). Sum of RGB (Red+Green+Blue) = 9+153+137=299 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.01% from 299); Green value is 153 (60.16% from 255 or 51.17% from 299); Blue value is 137 (53.91% from 255 or 45.82% from 299); Max value from RGB is 153 - color contains mainly: green. Hex color #099989 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099989 is #F66676. Grayscale: #6C6C6C. Windows color (decimal): -16148087 or 9017609. OLE color: 9017609.

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

Color convert

RGB 9 153 137 -
CMYK 0.94 0 0.10 0.4
HSL 173.33º 0.89% 0.32% -
HSV(B) 173.33º 0.94% 0.6% -
XYZ 16.02 24.65 27.58 -
YUV 108.12 144.29 57.3 -
System Red Green Blue C M Y K H S L
Decimal 9 153 137 0.94 0 0.10 0.4 173.33 0.89 0.32
Hex 9 99 89 5E 0 A 28 AD 59 20
Octal 11 231 211 136 0 12 50 255 131 40
Binary 1001 10011001 10001001 1011110 0 1010 101000 10101101 1011001 100000

Color Harmonies of #099989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099989

Black with #099989

Text Example


Text Example

White with #099989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099989; }

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

 H1.HeaderClassName
 {
   color: #099989;
 }
 .AnyTagClassName
 {
   color: #099989;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #099989;
 }
 .BgClassName
 {
   background-color: #099989;
 }
</style>

border-color css

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

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

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