Html Css Color HEX #099A89 Persian Green

📋 copy color: '#099A89'

red 9 ◦ green 154 ◦ blue 137

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

Shades of Persian Green #099A89

Tints of Persian Green #099A89

RGB

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

 GREEN value IS 154 (60.55% from 255) = 51.33%

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

R = 3%
G = 51.33%
B = 45.67%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#099A89 (or 0x099A89) is known color: Persian Green. HEX triplet: 09, 9A and 89. RGB value is (9,154,137). Sum of RGB (Red+Green+Blue) = 9+154+137=300 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3% from 300); Green value is 154 (60.55% from 255 or 51.33% from 300); Blue value is 137 (53.91% from 255 or 45.67% from 300); Max value from RGB is 154 - color contains mainly: green. Hex color #099A89 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099A89 is #F66576. Grayscale: #6C6C6C. Windows color (decimal): -16147831 or 9017865. OLE color: 9017865.

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

Color convert

RGB 9 154 137 -
CMYK 0.94 0 0.11 0.40
HSL 172.97º 0.89% 0.32% -
HSV(B) 172.97º 0.94% 0.6% -
XYZ 16.18 24.98 27.63 -
YUV 108.71 143.96 56.88 -
System Red Green Blue C M Y K H S L
Decimal 9 154 137 0.94 0 0.11 0.40 172.97 0.89 0.32
Hex 9 9A 89 5E 0 B 28 AD 59 20
Octal 11 232 211 136 0 13 50 255 131 40
Binary 1001 10011010 10001001 1011110 0 1011 101000 10101101 1011001 100000

Color Harmonies of #099A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099A89

Black with #099A89

Text Example


Text Example

White with #099A89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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