Html Css Color HEX #099D8A Persian Green

📋 copy color: '#099D8A'

red 9 ◦ green 157 ◦ blue 138

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

Shades of Persian Green #099D8A

Tints of Persian Green #099D8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 45.39%

R = 2.96%
G = 51.64%
B = 45.39%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.12

 K value IS 0.38

RGB Variations

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

Color information

#099D8A (or 0x099D8A) is known color: Persian Green. HEX triplet: 09, 9D and 8A. RGB value is (9,157,138). Sum of RGB (Red+Green+Blue) = 9+157+138=304 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.96% from 304); Green value is 157 (61.72% from 255 or 51.64% from 304); Blue value is 138 (54.30% from 255 or 45.39% from 304); Max value from RGB is 157 - color contains mainly: green. Hex color #099D8A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099D8A is #F66275. Grayscale: #6E6E6E. Windows color (decimal): -16147062 or 9084169. OLE color: 9084169.

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

Color convert

RGB 9 157 138 -
CMYK 0.94 0 0.12 0.38
HSL 172.3º 0.89% 0.33% -
HSV(B) 172.3º 0.94% 0.62% -
XYZ 16.76 26.01 28.18 -
YUV 110.58 143.47 55.54 -
System Red Green Blue C M Y K H S L
Decimal 9 157 138 0.94 0 0.12 0.38 172.3 0.89 0.33
Hex 9 9D 8A 5E 0 C 26 AC 59 21
Octal 11 235 212 136 0 14 46 254 131 41
Binary 1001 10011101 10001010 1011110 0 1100 100110 10101100 1011001 100001

Color Harmonies of #099D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099D8A

Black with #099D8A

Text Example


Text Example

White with #099D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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