Html Css Color HEX #099C89 Persian Green

📋 copy color: '#099C89'

red 9 ◦ green 156 ◦ blue 137

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

Shades of Persian Green #099C89

Tints of Persian Green #099C89

RGB

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

 GREEN value IS 156 (61.33% from 255) = 51.66%

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

R = 2.98%
G = 51.66%
B = 45.36%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.12

 K value IS 0.39

RGB Variations

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

Color information

#099C89 (or 0x099C89) is known color: Persian Green. HEX triplet: 09, 9C and 89. RGB value is (9,156,137). Sum of RGB (Red+Green+Blue) = 9+156+137=302 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.98% from 302); Green value is 156 (61.33% from 255 or 51.66% from 302); Blue value is 137 (53.91% from 255 or 45.36% from 302); Max value from RGB is 156 - color contains mainly: green. Hex color #099C89 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099C89 is #F66376. Grayscale: #6D6D6D. Windows color (decimal): -16147319 or 9018377. OLE color: 9018377.

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

Color convert

RGB 9 156 137 -
CMYK 0.94 0 0.12 0.39
HSL 172.24º 0.89% 0.32% -
HSV(B) 172.24º 0.94% 0.61% -
XYZ 16.52 25.64 27.75 -
YUV 109.88 143.3 56.04 -
System Red Green Blue C M Y K H S L
Decimal 9 156 137 0.94 0 0.12 0.39 172.24 0.89 0.32
Hex 9 9C 89 5E 0 C 27 AC 59 20
Octal 11 234 211 136 0 14 47 254 131 40
Binary 1001 10011100 10001001 1011110 0 1100 100111 10101100 1011001 100000

Color Harmonies of #099C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099C89

Black with #099C89

Text Example


Text Example

White with #099C89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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