Html Css Color HEX #099F94 Persian Green

📋 copy color: '#099F94'

red 9 ◦ green 159 ◦ blue 148

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

Shades of Persian Green #099F94

Tints of Persian Green #099F94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 46.84%

R = 2.85%
G = 50.32%
B = 46.84%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.07

 K value IS 0.38

RGB Variations

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

Color information

#099F94 (or 0x099F94) is known color: Persian Green. HEX triplet: 09, 9F and 94. RGB value is (9,159,148). Sum of RGB (Red+Green+Blue) = 9+159+148=316 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.85% from 316); Green value is 159 (62.5% from 255 or 50.32% from 316); Blue value is 148 (58.20% from 255 or 46.84% from 316); Max value from RGB is 159 - color contains mainly: green. Hex color #099F94 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099F94 is #F6606B. Grayscale: #707070. Windows color (decimal): -16146540 or 9740041. OLE color: 9740041.

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

Color convert

RGB 9 159 148 -
CMYK 0.94 0 0.07 0.38
HSL 175.6º 0.89% 0.33% -
HSV(B) 175.6º 0.94% 0.62% -
XYZ 17.86 26.99 32.29 -
YUV 112.9 147.81 53.89 -
System Red Green Blue C M Y K H S L
Decimal 9 159 148 0.94 0 0.07 0.38 175.6 0.89 0.33
Hex 9 9F 94 5E 0 7 26 B0 59 21
Octal 11 237 224 136 0 7 46 260 131 41
Binary 1001 10011111 10010100 1011110 0 111 100110 10110000 1011001 100001

Color Harmonies of #099F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099F94

Black with #099F94

Text Example


Text Example

White with #099F94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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