Html Css Color HEX #099E8D Persian Green

📋 copy color: '#099E8D'

red 9 ◦ green 158 ◦ blue 141

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

Shades of Persian Green #099E8D

Tints of Persian Green #099E8D

RGB

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

 GREEN value IS 158 (62.11% from 255) = 51.3%

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

R = 2.92%
G = 51.3%
B = 45.78%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#099E8D (or 0x099E8D) is known color: Persian Green. HEX triplet: 09, 9E and 8D. RGB value is (9,158,141). Sum of RGB (Red+Green+Blue) = 9+158+141=308 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.92% from 308); Green value is 158 (62.11% from 255 or 51.30% from 308); Blue value is 141 (55.47% from 255 or 45.78% from 308); Max value from RGB is 158 - color contains mainly: green. Hex color #099E8D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099E8D is #F66172. Grayscale: #6F6F6F. Windows color (decimal): -16146803 or 9281033. OLE color: 9281033.

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

Color convert

RGB 9 158 141 -
CMYK 0.94 0 0.11 0.38
HSL 173.15º 0.89% 0.33% -
HSV(B) 173.15º 0.94% 0.62% -
XYZ 17.15 26.43 29.4 -
YUV 111.51 144.64 54.88 -
System Red Green Blue C M Y K H S L
Decimal 9 158 141 0.94 0 0.11 0.38 173.15 0.89 0.33
Hex 9 9E 8D 5E 0 B 26 AD 59 21
Octal 11 236 215 136 0 13 46 255 131 41
Binary 1001 10011110 10001101 1011110 0 1011 100110 10101101 1011001 100001

Color Harmonies of #099E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099E8D

Black with #099E8D

Text Example


Text Example

White with #099E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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