Html Css Color HEX #09998B Persian Green

📋 copy color: '#09998B'

red 9 ◦ green 153 ◦ blue 139

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

Shades of Persian Green #09998B

Tints of Persian Green #09998B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 50.83%

 BLUE value IS 139 (54.69% from 255) = 46.18%

R = 2.99%
G = 50.83%
B = 46.18%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.09

 K value IS 0.4

RGB Variations

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

Color information

#09998B (or 0x09998B) is known color: Persian Green. HEX triplet: 09, 99 and 8B. RGB value is (9,153,139). Sum of RGB (Red+Green+Blue) = 9+153+139=301 (39% of max value = 765). Red value is 9 (3.91% from 255 or 2.99% from 301); Green value is 153 (60.16% from 255 or 50.83% from 301); Blue value is 139 (54.69% from 255 or 46.18% from 301); Max value from RGB is 153 - color contains mainly: green. Hex color #09998B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09998B is #F66674. Grayscale: #6C6C6C. Windows color (decimal): -16148085 or 9148681. OLE color: 9148681.

HSL color Cylindrical-coordinate representation of color #09998B: hue angle of 174.17º 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 #09998B is Cyan = 0.94, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.4.

Color convert

RGB 9 153 139 -
CMYK 0.94 0 0.09 0.4
HSL 174.17º 0.89% 0.32% -
HSV(B) 174.17º 0.94% 0.6% -
XYZ 16.16 24.7 28.34 -
YUV 108.35 145.29 57.14 -
System Red Green Blue C M Y K H S L
Decimal 9 153 139 0.94 0 0.09 0.4 174.17 0.89 0.32
Hex 9 99 8B 5E 0 9 28 AE 59 20
Octal 11 231 213 136 0 11 50 256 131 40
Binary 1001 10011001 10001011 1011110 0 1001 101000 10101110 1011001 100000

Color Harmonies of #09998B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09998B

Black with #09998B

Text Example


Text Example

White with #09998B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09998B; }

 p { color: rgb(9,153,139); }

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

background-color css

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

 a { background-color: rgb(9,153,139); }

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

border-color css

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

 span { border-color: rgb(9,153,139); }

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