Html Css Color HEX #099C9A Persian Green

📋 copy color: '#099C9A'

red 9 ◦ green 156 ◦ blue 154

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

Shades of Persian Green #099C9A

Tints of Persian Green #099C9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 48.28%

R = 2.82%
G = 48.9%
B = 48.28%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.01

 K value IS 0.39

RGB Variations

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

Color information

#099C9A (or 0x099C9A) is known color: Persian Green. HEX triplet: 09, 9C and 9A. RGB value is (9,156,154). Sum of RGB (Red+Green+Blue) = 9+156+154=319 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.82% from 319); Green value is 156 (61.33% from 255 or 48.90% from 319); Blue value is 154 (60.55% from 255 or 48.28% from 319); Max value from RGB is 156 - color contains mainly: green. Hex color #099C9A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099C9A is #F66365. Grayscale: #6F6F6F. Windows color (decimal): -16147302 or 10132489. OLE color: 10132489.

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

Color convert

RGB 9 156 154 -
CMYK 0.94 0 0.01 0.39
HSL 179.18º 0.89% 0.32% -
HSV(B) 179.18º 0.94% 0.61% -
XYZ 17.83 26.17 34.68 -
YUV 111.82 151.8 54.66 -
System Red Green Blue C M Y K H S L
Decimal 9 156 154 0.94 0 0.01 0.39 179.18 0.89 0.32
Hex 9 9C 9A 5E 0 1 27 B3 59 20
Octal 11 234 232 136 0 1 47 263 131 40
Binary 1001 10011100 10011010 1011110 0 1 100111 10110011 1011001 100000

Color Harmonies of #099C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099C9A

Black with #099C9A

Text Example


Text Example

White with #099C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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