Html Css Color HEX #099DA0 Persian Green

📋 copy color: '#099DA0'

red 9 ◦ green 157 ◦ blue 160

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

Shades of Persian Green #099DA0

Tints of Persian Green #099DA0

RGB

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

 GREEN value IS 157 (61.72% from 255) = 48.16%

 BLUE value IS 160 (62.89% from 255) = 49.08%

R = 2.76%
G = 48.16%
B = 49.08%

CMYK

 C value IS 0.94

 M value IS 0.02

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#099DA0 (or 0x099DA0) is known color: Persian Green. HEX triplet: 09, 9D and A0. RGB value is (9,157,160). Sum of RGB (Red+Green+Blue) = 9+157+160=326 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.76% from 326); Green value is 157 (61.72% from 255 or 48.16% from 326); Blue value is 160 (62.89% from 255 or 49.08% from 326); Max value from RGB is 160 - color contains mainly: blue. Hex color #099DA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099DA0 is #F6625F. Grayscale: #707070. Windows color (decimal): -16147040 or 10525961. OLE color: 10525961.

HSL color Cylindrical-coordinate representation of color #099DA0: hue angle of 181.19º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099DA0 is Cyan = 0.94, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 9 157 160 -
CMYK 0.94 0.02 0 0.37
HSL 181.19º 0.89% 0.33% -
HSV(B) 181.19º 0.94% 0.63% -
XYZ 18.51 26.71 37.44 -
YUV 113.09 154.47 53.76 -
System Red Green Blue C M Y K H S L
Decimal 9 157 160 0.94 0.02 0 0.37 181.19 0.89 0.33
Hex 9 9D A0 5E 2 0 25 B5 59 21
Octal 11 235 240 136 2 0 45 265 131 41
Binary 1001 10011101 10100000 1011110 10 0 100101 10110101 1011001 100001

Color Harmonies of #099DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099DA0

Black with #099DA0

Text Example


Text Example

White with #099DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,157,160); }

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

background-color css

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

 a { background-color: rgb(9,157,160); }

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

border-color css

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

 span { border-color: rgb(9,157,160); }

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