Html Css Color HEX #099D86 Persian Green

📋 copy color: '#099D86'

red 9 ◦ green 157 ◦ blue 134

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

Shades of Persian Green #099D86

Tints of Persian Green #099D86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 44.67%

R = 3%
G = 52.33%
B = 44.67%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.15

 K value IS 0.38

RGB Variations

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

Color information

#099D86 (or 0x099D86) is known color: Persian Green. HEX triplet: 09, 9D and 86. RGB value is (9,157,134). Sum of RGB (Red+Green+Blue) = 9+157+134=300 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3% from 300); Green value is 157 (61.72% from 255 or 52.33% from 300); Blue value is 134 (52.73% from 255 or 44.67% from 300); Max value from RGB is 157 - color contains mainly: green. Hex color #099D86 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099D86 is #F66279. Grayscale: #6E6E6E. Windows color (decimal): -16147066 or 8822025. OLE color: 8822025.

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

Color convert

RGB 9 157 134 -
CMYK 0.94 0 0.15 0.38
HSL 170.68º 0.89% 0.33% -
HSV(B) 170.68º 0.94% 0.62% -
XYZ 16.47 25.89 26.68 -
YUV 110.13 141.47 55.87 -
System Red Green Blue C M Y K H S L
Decimal 9 157 134 0.94 0 0.15 0.38 170.68 0.89 0.33
Hex 9 9D 86 5E 0 F 26 AB 59 21
Octal 11 235 206 136 0 17 46 253 131 41
Binary 1001 10011101 10000110 1011110 0 1111 100110 10101011 1011001 100001

Color Harmonies of #099D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099D86

Black with #099D86

Text Example


Text Example

White with #099D86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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