Html Css Color HEX #099F99 Persian Green

📋 copy color: '#099F99'

red 9 ◦ green 159 ◦ blue 153

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

Shades of Persian Green #099F99

Tints of Persian Green #099F99

RGB

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

 GREEN value IS 159 (62.5% from 255) = 49.53%

 BLUE value IS 153 (60.16% from 255) = 47.66%

R = 2.8%
G = 49.53%
B = 47.66%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.04

 K value IS 0.38

RGB Variations

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

Color information

#099F99 (or 0x099F99) is known color: Persian Green. HEX triplet: 09, 9F and 99. RGB value is (9,159,153). Sum of RGB (Red+Green+Blue) = 9+159+153=321 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.80% from 321); Green value is 159 (62.5% from 255 or 49.53% from 321); Blue value is 153 (60.16% from 255 or 47.66% from 321); Max value from RGB is 159 - color contains mainly: green. Hex color #099F99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099F99 is #F66066. Grayscale: #717171. Windows color (decimal): -16146535 or 10067721. OLE color: 10067721.

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

Color convert

RGB 9 159 153 -
CMYK 0.94 0 0.04 0.38
HSL 177.6º 0.89% 0.33% -
HSV(B) 177.6º 0.94% 0.62% -
XYZ 18.26 27.15 34.42 -
YUV 113.47 150.31 53.49 -
System Red Green Blue C M Y K H S L
Decimal 9 159 153 0.94 0 0.04 0.38 177.6 0.89 0.33
Hex 9 9F 99 5E 0 4 26 B2 59 21
Octal 11 237 231 136 0 4 46 262 131 41
Binary 1001 10011111 10011001 1011110 0 100 100110 10110010 1011001 100001

Color Harmonies of #099F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099F99

Black with #099F99

Text Example


Text Example

White with #099F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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