Html Css Color HEX #099D89 Persian Green

📋 copy color: '#099D89'

red 9 ◦ green 157 ◦ blue 137

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

Shades of Persian Green #099D89

Tints of Persian Green #099D89

RGB

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

 GREEN value IS 157 (61.72% from 255) = 51.82%

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

R = 2.97%
G = 51.82%
B = 45.21%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.13

 K value IS 0.38

RGB Variations

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

Color information

#099D89 (or 0x099D89) is known color: Persian Green. HEX triplet: 09, 9D and 89. RGB value is (9,157,137). Sum of RGB (Red+Green+Blue) = 9+157+137=303 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.97% from 303); Green value is 157 (61.72% from 255 or 51.82% from 303); Blue value is 137 (53.91% from 255 or 45.21% from 303); Max value from RGB is 157 - color contains mainly: green. Hex color #099D89 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099D89 is #F66276. Grayscale: #6E6E6E. Windows color (decimal): -16147063 or 9018633. OLE color: 9018633.

HSL color Cylindrical-coordinate representation of color #099D89: hue angle of 171.89º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099D89 is Cyan = 0.94, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB 9 157 137 -
CMYK 0.94 0 0.13 0.38
HSL 171.89º 0.89% 0.33% -
HSV(B) 171.89º 0.94% 0.62% -
XYZ 16.68 25.98 27.8 -
YUV 110.47 142.97 55.63 -
System Red Green Blue C M Y K H S L
Decimal 9 157 137 0.94 0 0.13 0.38 171.89 0.89 0.33
Hex 9 9D 89 5E 0 D 26 AC 59 21
Octal 11 235 211 136 0 15 46 254 131 41
Binary 1001 10011101 10001001 1011110 0 1101 100110 10101100 1011001 100001

Color Harmonies of #099D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099D89

Black with #099D89

Text Example


Text Example

White with #099D89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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