Html Css Color HEX #09998A Persian Green

📋 copy color: '#09998A'

red 9 ◦ green 153 ◦ blue 138

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

Shades of Persian Green #09998A

Tints of Persian Green #09998A

RGB

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

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

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

R = 3%
G = 51%
B = 46%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.10

 K value IS 0.4

RGB Variations

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

Color information

#09998A (or 0x09998A) is known color: Persian Green. HEX triplet: 09, 99 and 8A. RGB value is (9,153,138). Sum of RGB (Red+Green+Blue) = 9+153+138=300 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3% from 300); Green value is 153 (60.16% from 255 or 51% from 300); Blue value is 138 (54.30% from 255 or 46% from 300); Max value from RGB is 153 - color contains mainly: green. Hex color #09998A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09998A is #F66675. Grayscale: #6C6C6C. Windows color (decimal): -16148086 or 9083145. OLE color: 9083145.

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

Color convert

RGB 9 153 138 -
CMYK 0.94 0 0.10 0.4
HSL 173.75º 0.89% 0.32% -
HSV(B) 173.75º 0.94% 0.6% -
XYZ 16.09 24.68 27.96 -
YUV 108.23 144.79 57.22 -
System Red Green Blue C M Y K H S L
Decimal 9 153 138 0.94 0 0.10 0.4 173.75 0.89 0.32
Hex 9 99 8A 5E 0 A 28 AE 59 20
Octal 11 231 212 136 0 12 50 256 131 40
Binary 1001 10011001 10001010 1011110 0 1010 101000 10101110 1011001 100000

Color Harmonies of #09998A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09998A

Black with #09998A

Text Example


Text Example

White with #09998A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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