Html Css Color HEX #099992 Persian Green

📋 copy color: '#099992'

red 9 ◦ green 153 ◦ blue 146

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

Shades of Persian Green #099992

Tints of Persian Green #099992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 47.4%

R = 2.92%
G = 49.68%
B = 47.4%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#099992 (or 0x099992) is known color: Persian Green. HEX triplet: 09, 99 and 92. RGB value is (9,153,146). Sum of RGB (Red+Green+Blue) = 9+153+146=308 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.92% from 308); Green value is 153 (60.16% from 255 or 49.68% from 308); Blue value is 146 (57.42% from 255 or 47.40% from 308); Max value from RGB is 153 - color contains mainly: green. Hex color #099992 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099992 is #F6666D. Grayscale: #6D6D6D. Windows color (decimal): -16148078 or 9607433. OLE color: 9607433.

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

Color convert

RGB 9 153 146 -
CMYK 0.94 0 0.05 0.4
HSL 177.08º 0.89% 0.32% -
HSV(B) 177.08º 0.94% 0.6% -
XYZ 16.69 24.92 31.12 -
YUV 109.15 148.79 56.57 -
System Red Green Blue C M Y K H S L
Decimal 9 153 146 0.94 0 0.05 0.4 177.08 0.89 0.32
Hex 9 99 92 5E 0 5 28 B1 59 20
Octal 11 231 222 136 0 5 50 261 131 40
Binary 1001 10011001 10010010 1011110 0 101 101000 10110001 1011001 100000

Color Harmonies of #099992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099992

Black with #099992

Text Example


Text Example

White with #099992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099992; }

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

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

background-color css

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

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

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

border-color css

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

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

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