Html Css Color HEX #099F9C Persian Green

📋 copy color: '#099F9C'

red 9 ◦ green 159 ◦ blue 156

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

Shades of Persian Green #099F9C

Tints of Persian Green #099F9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 48.15%

R = 2.78%
G = 49.07%
B = 48.15%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.02

 K value IS 0.38

RGB Variations

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

Color information

#099F9C (or 0x099F9C) is known color: Persian Green. HEX triplet: 09, 9F and 9C. RGB value is (9,159,156). Sum of RGB (Red+Green+Blue) = 9+159+156=324 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.78% from 324); Green value is 159 (62.5% from 255 or 49.07% from 324); Blue value is 156 (61.33% from 255 or 48.15% from 324); Max value from RGB is 159 - color contains mainly: green. Hex color #099F9C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099F9C is #F66063. Grayscale: #717171. Windows color (decimal): -16146532 or 10264329. OLE color: 10264329.

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

Color convert

RGB 9 159 156 -
CMYK 0.94 0 0.02 0.38
HSL 178.8º 0.89% 0.33% -
HSV(B) 178.8º 0.94% 0.62% -
XYZ 18.51 27.25 35.74 -
YUV 113.81 151.81 53.24 -
System Red Green Blue C M Y K H S L
Decimal 9 159 156 0.94 0 0.02 0.38 178.8 0.89 0.33
Hex 9 9F 9C 5E 0 2 26 B3 59 21
Octal 11 237 234 136 0 2 46 263 131 41
Binary 1001 10011111 10011100 1011110 0 10 100110 10110011 1011001 100001

Color Harmonies of #099F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099F9C

Black with #099F9C

Text Example


Text Example

White with #099F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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