Html Css Color HEX #099D8D Persian Green

📋 copy color: '#099D8D'

red 9 ◦ green 157 ◦ blue 141

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

Shades of Persian Green #099D8D

Tints of Persian Green #099D8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 45.93%

R = 2.93%
G = 51.14%
B = 45.93%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.10

 K value IS 0.38

RGB Variations

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

Color information

#099D8D (or 0x099D8D) is known color: Persian Green. HEX triplet: 09, 9D and 8D. RGB value is (9,157,141). Sum of RGB (Red+Green+Blue) = 9+157+141=307 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.93% from 307); Green value is 157 (61.72% from 255 or 51.14% from 307); Blue value is 141 (55.47% from 255 or 45.93% from 307); Max value from RGB is 157 - color contains mainly: green. Hex color #099D8D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099D8D is #F66272. Grayscale: #6E6E6E. Windows color (decimal): -16147059 or 9280777. OLE color: 9280777.

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

Color convert

RGB 9 157 141 -
CMYK 0.94 0 0.10 0.38
HSL 173.51º 0.89% 0.33% -
HSV(B) 173.51º 0.94% 0.62% -
XYZ 16.98 26.1 29.34 -
YUV 110.92 144.97 55.3 -
System Red Green Blue C M Y K H S L
Decimal 9 157 141 0.94 0 0.10 0.38 173.51 0.89 0.33
Hex 9 9D 8D 5E 0 A 26 AE 59 21
Octal 11 235 215 136 0 12 46 256 131 41
Binary 1001 10011101 10001101 1011110 0 1010 100110 10101110 1011001 100001

Color Harmonies of #099D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099D8D

Black with #099D8D

Text Example


Text Example

White with #099D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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