Html Css Color HEX #099897 Persian Green

📋 copy color: '#099897'

red 9 ◦ green 152 ◦ blue 151

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

Shades of Persian Green #099897

Tints of Persian Green #099897

RGB

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

 GREEN value IS 152 (59.77% from 255) = 48.72%

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

R = 2.88%
G = 48.72%
B = 48.4%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.01

 K value IS 0.40

RGB Variations

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

Color information

#099897 (or 0x099897) is known color: Persian Green. HEX triplet: 09, 98 and 97. RGB value is (9,152,151). Sum of RGB (Red+Green+Blue) = 9+152+151=312 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.88% from 312); Green value is 152 (59.77% from 255 or 48.72% from 312); Blue value is 151 (59.38% from 255 or 48.40% from 312); Max value from RGB is 152 - color contains mainly: green. Hex color #099897 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099897 is #F66768. Grayscale: #6C6C6C. Windows color (decimal): -16148329 or 9934857. OLE color: 9934857.

HSL color Cylindrical-coordinate representation of color #099897: hue angle of 179.58º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099897 is Cyan = 0.94, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.

Color convert

RGB 9 152 151 -
CMYK 0.94 0 0.01 0.40
HSL 179.58º 0.89% 0.32% -
HSV(B) 179.58º 0.94% 0.6% -
XYZ 16.93 24.75 33.16 -
YUV 109.13 151.62 56.58 -
System Red Green Blue C M Y K H S L
Decimal 9 152 151 0.94 0 0.01 0.40 179.58 0.89 0.32
Hex 9 98 97 5E 0 1 28 B4 59 20
Octal 11 230 227 136 0 1 50 264 131 40
Binary 1001 10011000 10010111 1011110 0 1 101000 10110100 1011001 100000

Color Harmonies of #099897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099897

Black with #099897

Text Example


Text Example

White with #099897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099897; }

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

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

background-color css

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

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

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

border-color css

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

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

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