Html Css Color HEX #099C97 Persian Green

📋 copy color: '#099C97'

red 9 ◦ green 156 ◦ blue 151

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

Shades of Persian Green #099C97

Tints of Persian Green #099C97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 47.78%

R = 2.85%
G = 49.37%
B = 47.78%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.03

 K value IS 0.39

RGB Variations

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

Color information

#099C97 (or 0x099C97) is known color: Persian Green. HEX triplet: 09, 9C and 97. RGB value is (9,156,151). Sum of RGB (Red+Green+Blue) = 9+156+151=316 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.85% from 316); Green value is 156 (61.33% from 255 or 49.37% from 316); Blue value is 151 (59.38% from 255 or 47.78% from 316); Max value from RGB is 156 - color contains mainly: green. Hex color #099C97 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099C97 is #F66368. Grayscale: #6F6F6F. Windows color (decimal): -16147305 or 9935881. OLE color: 9935881.

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

Color convert

RGB 9 156 151 -
CMYK 0.94 0 0.03 0.39
HSL 177.96º 0.89% 0.32% -
HSV(B) 177.96º 0.94% 0.61% -
XYZ 17.59 26.07 33.38 -
YUV 111.48 150.3 54.91 -
System Red Green Blue C M Y K H S L
Decimal 9 156 151 0.94 0 0.03 0.39 177.96 0.89 0.32
Hex 9 9C 97 5E 0 3 27 B2 59 20
Octal 11 234 227 136 0 3 47 262 131 40
Binary 1001 10011100 10010111 1011110 0 11 100111 10110010 1011001 100000

Color Harmonies of #099C97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099C97

Black with #099C97

Text Example


Text Example

White with #099C97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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