Html Css Color HEX #099994 Persian Green

📋 copy color: '#099994'

red 9 ◦ green 153 ◦ blue 148

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

Shades of Persian Green #099994

Tints of Persian Green #099994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 47.74%

R = 2.9%
G = 49.35%
B = 47.74%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#099994 (or 0x099994) is known color: Persian Green. HEX triplet: 09, 99 and 94. RGB value is (9,153,148). Sum of RGB (Red+Green+Blue) = 9+153+148=310 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.90% from 310); Green value is 153 (60.16% from 255 or 49.35% from 310); Blue value is 148 (58.20% from 255 or 47.74% from 310); Max value from RGB is 153 - color contains mainly: green. Hex color #099994 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099994 is #F6666B. Grayscale: #6D6D6D. Windows color (decimal): -16148076 or 9738505. OLE color: 9738505.

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

Color convert

RGB 9 153 148 -
CMYK 0.94 0 0.03 0.4
HSL 177.92º 0.89% 0.32% -
HSV(B) 177.92º 0.94% 0.6% -
XYZ 16.85 24.98 31.95 -
YUV 109.37 149.79 56.41 -
System Red Green Blue C M Y K H S L
Decimal 9 153 148 0.94 0 0.03 0.4 177.92 0.89 0.32
Hex 9 99 94 5E 0 3 28 B2 59 20
Octal 11 231 224 136 0 3 50 262 131 40
Binary 1001 10011001 10010100 1011110 0 11 101000 10110010 1011001 100000

Color Harmonies of #099994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099994

Black with #099994

Text Example


Text Example

White with #099994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099994; }

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

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

background-color css

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

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

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

border-color css

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

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

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