Html Css Color HEX #099D8E Persian Green

📋 copy color: '#099D8E'

red 9 ◦ green 157 ◦ blue 142

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

Shades of Persian Green #099D8E

Tints of Persian Green #099D8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 46.1%

R = 2.92%
G = 50.97%
B = 46.1%

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

#099D8E (or 0x099D8E) is known color: Persian Green. HEX triplet: 09, 9D and 8E. RGB value is (9,157,142). Sum of RGB (Red+Green+Blue) = 9+157+142=308 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.92% from 308); Green value is 157 (61.72% from 255 or 50.97% from 308); Blue value is 142 (55.86% from 255 or 46.10% from 308); Max value from RGB is 157 - color contains mainly: green. Hex color #099D8E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099D8E is #F66271. Grayscale: #6E6E6E. Windows color (decimal): -16147058 or 9346313. OLE color: 9346313.

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

Color convert

RGB 9 157 142 -
CMYK 0.94 0 0.10 0.38
HSL 173.92º 0.89% 0.33% -
HSV(B) 173.92º 0.94% 0.62% -
XYZ 17.05 26.13 29.74 -
YUV 111.04 145.47 55.22 -
System Red Green Blue C M Y K H S L
Decimal 9 157 142 0.94 0 0.10 0.38 173.92 0.89 0.33
Hex 9 9D 8E 5E 0 A 26 AE 59 21
Octal 11 235 216 136 0 12 46 256 131 41
Binary 1001 10011101 10001110 1011110 0 1010 100110 10101110 1011001 100001

Color Harmonies of #099D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099D8E

Black with #099D8E

Text Example


Text Example

White with #099D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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