Html Css Color HEX #099B9A Persian Green

📋 copy color: '#099B9A'

red 9 ◦ green 155 ◦ blue 154

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

Shades of Persian Green #099B9A

Tints of Persian Green #099B9A

RGB

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

 GREEN value IS 155 (60.94% from 255) = 48.74%

 BLUE value IS 154 (60.55% from 255) = 48.43%

R = 2.83%
G = 48.74%
B = 48.43%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.01

 K value IS 0.39

RGB Variations

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

Color information

#099B9A (or 0x099B9A) is known color: Persian Green. HEX triplet: 09, 9B and 9A. RGB value is (9,155,154). Sum of RGB (Red+Green+Blue) = 9+155+154=318 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.83% from 318); Green value is 155 (60.94% from 255 or 48.74% from 318); Blue value is 154 (60.55% from 255 or 48.43% from 318); Max value from RGB is 155 - color contains mainly: green. Hex color #099B9A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099B9A is #F66465. Grayscale: #6F6F6F. Windows color (decimal): -16147558 or 10132233. OLE color: 10132233.

HSL color Cylindrical-coordinate representation of color #099B9A: hue angle of 179.59º 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 #099B9A is Cyan = 0.94, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.

Color convert

RGB 9 155 154 -
CMYK 0.94 0 0.01 0.39
HSL 179.59º 0.89% 0.32% -
HSV(B) 179.59º 0.94% 0.61% -
XYZ 17.67 25.83 34.63 -
YUV 111.23 152.13 55.08 -
System Red Green Blue C M Y K H S L
Decimal 9 155 154 0.94 0 0.01 0.39 179.59 0.89 0.32
Hex 9 9B 9A 5E 0 1 27 B4 59 20
Octal 11 233 232 136 0 1 47 264 131 40
Binary 1001 10011011 10011010 1011110 0 1 100111 10110100 1011001 100000

Color Harmonies of #099B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099B9A

Black with #099B9A

Text Example


Text Example

White with #099B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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