Html Css Color HEX #099991 Persian Green

📋 copy color: '#099991'

red 9 ◦ green 153 ◦ blue 145

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

Shades of Persian Green #099991

Tints of Persian Green #099991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 47.23%

R = 2.93%
G = 49.84%
B = 47.23%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#099991 (or 0x099991) is known color: Persian Green. HEX triplet: 09, 99 and 91. RGB value is (9,153,145). Sum of RGB (Red+Green+Blue) = 9+153+145=307 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.93% from 307); Green value is 153 (60.16% from 255 or 49.84% from 307); Blue value is 145 (57.03% from 255 or 47.23% from 307); Max value from RGB is 153 - color contains mainly: green. Hex color #099991 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099991 is #F6666E. Grayscale: #6C6C6C. Windows color (decimal): -16148079 or 9541897. OLE color: 9541897.

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

Color convert

RGB 9 153 145 -
CMYK 0.94 0 0.05 0.4
HSL 176.67º 0.89% 0.32% -
HSV(B) 176.67º 0.94% 0.6% -
XYZ 16.61 24.88 30.72 -
YUV 109.03 148.29 56.65 -
System Red Green Blue C M Y K H S L
Decimal 9 153 145 0.94 0 0.05 0.4 176.67 0.89 0.32
Hex 9 99 91 5E 0 5 28 B1 59 20
Octal 11 231 221 136 0 5 50 261 131 40
Binary 1001 10011001 10010001 1011110 0 101 101000 10110001 1011001 100000

Color Harmonies of #099991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099991

Black with #099991

Text Example


Text Example

White with #099991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099991; }

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

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

background-color css

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

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

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

border-color css

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

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

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