Html Css Color HEX #09999B Persian Green

📋 copy color: '#09999B'

red 9 ◦ green 153 ◦ blue 155

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

Shades of Persian Green #09999B

Tints of Persian Green #09999B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 48.9%

R = 2.84%
G = 48.26%
B = 48.9%

CMYK

 C value IS 0.94

 M value IS 0.01

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#09999B (or 0x09999B) is known color: Persian Green. HEX triplet: 09, 99 and 9B. RGB value is (9,153,155). Sum of RGB (Red+Green+Blue) = 9+153+155=317 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.84% from 317); Green value is 153 (60.16% from 255 or 48.26% from 317); Blue value is 155 (60.94% from 255 or 48.90% from 317); Max value from RGB is 155 - color contains mainly: blue. Hex color #09999B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09999B is #F66664. Grayscale: #6E6E6E. Windows color (decimal): -16148069 or 10197257. OLE color: 10197257.

HSL color Cylindrical-coordinate representation of color #09999B: hue angle of 180.82º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09999B is Cyan = 0.94, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 9 153 155 -
CMYK 0.94 0.01 0 0.39
HSL 180.82º 0.89% 0.32% -
HSV(B) 180.82º 0.94% 0.61% -
XYZ 17.42 25.21 34.96 -
YUV 110.17 153.29 55.84 -
System Red Green Blue C M Y K H S L
Decimal 9 153 155 0.94 0.01 0 0.39 180.82 0.89 0.32
Hex 9 99 9B 5E 1 0 27 B5 59 20
Octal 11 231 233 136 1 0 47 265 131 40
Binary 1001 10011001 10011011 1011110 1 0 100111 10110101 1011001 100000

Color Harmonies of #09999B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09999B

Black with #09999B

Text Example


Text Example

White with #09999B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09999B; }

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

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

background-color css

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

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

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

border-color css

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

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

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