Html Css Color HEX #099C8A Persian Green

📋 copy color: '#099C8A'

red 9 ◦ green 156 ◦ blue 138

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

Shades of Persian Green #099C8A

Tints of Persian Green #099C8A

RGB

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

 GREEN value IS 156 (61.33% from 255) = 51.49%

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

R = 2.97%
G = 51.49%
B = 45.54%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.12

 K value IS 0.39

RGB Variations

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

Color information

#099C8A (or 0x099C8A) is known color: Persian Green. HEX triplet: 09, 9C and 8A. RGB value is (9,156,138). Sum of RGB (Red+Green+Blue) = 9+156+138=303 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.97% from 303); Green value is 156 (61.33% from 255 or 51.49% from 303); Blue value is 138 (54.30% from 255 or 45.54% from 303); Max value from RGB is 156 - color contains mainly: green. Hex color #099C8A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099C8A is #F66375. Grayscale: #6D6D6D. Windows color (decimal): -16147318 or 9083913. OLE color: 9083913.

HSL color Cylindrical-coordinate representation of color #099C8A: hue angle of 172.65º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099C8A is Cyan = 0.94, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB 9 156 138 -
CMYK 0.94 0 0.12 0.39
HSL 172.65º 0.89% 0.32% -
HSV(B) 172.65º 0.94% 0.61% -
XYZ 16.59 25.67 28.13 -
YUV 110 143.8 55.96 -
System Red Green Blue C M Y K H S L
Decimal 9 156 138 0.94 0 0.12 0.39 172.65 0.89 0.32
Hex 9 9C 8A 5E 0 C 27 AD 59 20
Octal 11 234 212 136 0 14 47 255 131 40
Binary 1001 10011100 10001010 1011110 0 1100 100111 10101101 1011001 100000

Color Harmonies of #099C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099C8A

Black with #099C8A

Text Example


Text Example

White with #099C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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