Html Css Color HEX #099D87 Persian Green

📋 copy color: '#099D87'

red 9 ◦ green 157 ◦ blue 135

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

Shades of Persian Green #099D87

Tints of Persian Green #099D87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 44.85%

R = 2.99%
G = 52.16%
B = 44.85%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.14

 K value IS 0.38

RGB Variations

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

Color information

#099D87 (or 0x099D87) is known color: Persian Green. HEX triplet: 09, 9D and 87. RGB value is (9,157,135). Sum of RGB (Red+Green+Blue) = 9+157+135=301 (39% of max value = 765). Red value is 9 (3.91% from 255 or 2.99% from 301); Green value is 157 (61.72% from 255 or 52.16% from 301); Blue value is 135 (53.12% from 255 or 44.85% from 301); Max value from RGB is 157 - color contains mainly: green. Hex color #099D87 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099D87 is #F66278. Grayscale: #6E6E6E. Windows color (decimal): -16147065 or 8887561. OLE color: 8887561.

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

Color convert

RGB 9 157 135 -
CMYK 0.94 0 0.14 0.38
HSL 171.08º 0.89% 0.33% -
HSV(B) 171.08º 0.94% 0.62% -
XYZ 16.54 25.92 27.05 -
YUV 110.24 141.97 55.79 -
System Red Green Blue C M Y K H S L
Decimal 9 157 135 0.94 0 0.14 0.38 171.08 0.89 0.33
Hex 9 9D 87 5E 0 E 26 AB 59 21
Octal 11 235 207 136 0 16 46 253 131 41
Binary 1001 10011101 10000111 1011110 0 1110 100110 10101011 1011001 100001

Color Harmonies of #099D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099D87

Black with #099D87

Text Example


Text Example

White with #099D87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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