Html Css Color HEX #099996 Persian Green

📋 copy color: '#099996'

red 9 ◦ green 153 ◦ blue 150

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

Shades of Persian Green #099996

Tints of Persian Green #099996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 48.08%

R = 2.88%
G = 49.04%
B = 48.08%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.02

 K value IS 0.4

RGB Variations

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

Color information

#099996 (or 0x099996) is known color: Persian Green. HEX triplet: 09, 99 and 96. RGB value is (9,153,150). Sum of RGB (Red+Green+Blue) = 9+153+150=312 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.88% from 312); Green value is 153 (60.16% from 255 or 49.04% from 312); Blue value is 150 (58.98% from 255 or 48.08% from 312); Max value from RGB is 153 - color contains mainly: green. Hex color #099996 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099996 is #F66669. Grayscale: #6D6D6D. Windows color (decimal): -16148074 or 9869577. OLE color: 9869577.

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

Color convert

RGB 9 153 150 -
CMYK 0.94 0 0.02 0.4
HSL 178.75º 0.89% 0.32% -
HSV(B) 178.75º 0.94% 0.6% -
XYZ 17.01 25.04 32.79 -
YUV 109.6 150.79 56.24 -
System Red Green Blue C M Y K H S L
Decimal 9 153 150 0.94 0 0.02 0.4 178.75 0.89 0.32
Hex 9 99 96 5E 0 2 28 B3 59 20
Octal 11 231 226 136 0 2 50 263 131 40
Binary 1001 10011001 10010110 1011110 0 10 101000 10110011 1011001 100000

Color Harmonies of #099996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099996

Black with #099996

Text Example


Text Example

White with #099996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099996; }

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

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

background-color css

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

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

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

border-color css

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

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

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