Html Css Color HEX #099F98 Persian Green

📋 copy color: '#099F98'

red 9 ◦ green 159 ◦ blue 152

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

Shades of Persian Green #099F98

Tints of Persian Green #099F98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 47.5%

R = 2.81%
G = 49.69%
B = 47.5%

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

#099F98 (or 0x099F98) is known color: Persian Green. HEX triplet: 09, 9F and 98. RGB value is (9,159,152). Sum of RGB (Red+Green+Blue) = 9+159+152=320 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.81% from 320); Green value is 159 (62.5% from 255 or 49.69% from 320); Blue value is 152 (59.77% from 255 or 47.5% from 320); Max value from RGB is 159 - color contains mainly: green. Hex color #099F98 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099F98 is #F66067. Grayscale: #717171. Windows color (decimal): -16146536 or 10002185. OLE color: 10002185.

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

Color convert

RGB 9 159 152 -
CMYK 0.94 0 0.04 0.38
HSL 177.2º 0.89% 0.33% -
HSV(B) 177.2º 0.94% 0.62% -
XYZ 18.18 27.12 33.98 -
YUV 113.35 149.81 53.57 -
System Red Green Blue C M Y K H S L
Decimal 9 159 152 0.94 0 0.04 0.38 177.2 0.89 0.33
Hex 9 9F 98 5E 0 4 26 B1 59 21
Octal 11 237 230 136 0 4 46 261 131 41
Binary 1001 10011111 10011000 1011110 0 100 100110 10110001 1011001 100001

Color Harmonies of #099F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099F98

Black with #099F98

Text Example


Text Example

White with #099F98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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