Html Css Color HEX #099990 Persian Green

📋 copy color: '#099990'

red 9 ◦ green 153 ◦ blue 144

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

Shades of Persian Green #099990

Tints of Persian Green #099990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 47.06%

R = 2.94%
G = 50%
B = 47.06%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.06

 K value IS 0.4

RGB Variations

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

Color information

#099990 (or 0x099990) is known color: Persian Green. HEX triplet: 09, 99 and 90. RGB value is (9,153,144). Sum of RGB (Red+Green+Blue) = 9+153+144=306 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.94% from 306); Green value is 153 (60.16% from 255 or 50% from 306); Blue value is 144 (56.64% from 255 or 47.06% from 306); Max value from RGB is 153 - color contains mainly: green. Hex color #099990 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099990 is #F6666F. Grayscale: #6C6C6C. Windows color (decimal): -16148080 or 9476361. OLE color: 9476361.

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

Color convert

RGB 9 153 144 -
CMYK 0.94 0 0.06 0.4
HSL 176.25º 0.89% 0.32% -
HSV(B) 176.25º 0.94% 0.6% -
XYZ 16.54 24.85 30.31 -
YUV 108.92 147.79 56.73 -
System Red Green Blue C M Y K H S L
Decimal 9 153 144 0.94 0 0.06 0.4 176.25 0.89 0.32
Hex 9 99 90 5E 0 6 28 B0 59 20
Octal 11 231 220 136 0 6 50 260 131 40
Binary 1001 10011001 10010000 1011110 0 110 101000 10110000 1011001 100000

Color Harmonies of #099990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099990

Black with #099990

Text Example


Text Example

White with #099990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099990; }

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

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

background-color css

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

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

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

border-color css

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

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

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