Html Css Color HEX #099997 Persian Green

📋 copy color: '#099997'

red 9 ◦ green 153 ◦ blue 151

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

Shades of Persian Green #099997

Tints of Persian Green #099997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 48.24%

R = 2.88%
G = 48.88%
B = 48.24%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.01

 K value IS 0.4

RGB Variations

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

Color information

#099997 (or 0x099997) is known color: Persian Green. HEX triplet: 09, 99 and 97. RGB value is (9,153,151). Sum of RGB (Red+Green+Blue) = 9+153+151=313 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.88% from 313); Green value is 153 (60.16% from 255 or 48.88% from 313); Blue value is 151 (59.38% from 255 or 48.24% from 313); Max value from RGB is 153 - color contains mainly: green. Hex color #099997 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099997 is #F66668. Grayscale: #6D6D6D. Windows color (decimal): -16148073 or 9935113. OLE color: 9935113.

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

Color convert

RGB 9 153 151 -
CMYK 0.94 0 0.01 0.4
HSL 179.17º 0.89% 0.32% -
HSV(B) 179.17º 0.94% 0.6% -
XYZ 17.09 25.07 33.22 -
YUV 109.72 151.29 56.16 -
System Red Green Blue C M Y K H S L
Decimal 9 153 151 0.94 0 0.01 0.4 179.17 0.89 0.32
Hex 9 99 97 5E 0 1 28 B3 59 20
Octal 11 231 227 136 0 1 50 263 131 40
Binary 1001 10011001 10010111 1011110 0 1 101000 10110011 1011001 100000

Color Harmonies of #099997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099997

Black with #099997

Text Example


Text Example

White with #099997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099997; }

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

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

background-color css

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

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

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

border-color css

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

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

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