Html Css Color HEX #099993 Persian Green

📋 copy color: '#099993'

red 9 ◦ green 153 ◦ blue 147

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

Shades of Persian Green #099993

Tints of Persian Green #099993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 47.57%

R = 2.91%
G = 49.51%
B = 47.57%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.04

 K value IS 0.4

RGB Variations

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

Color information

#099993 (or 0x099993) is known color: Persian Green. HEX triplet: 09, 99 and 93. RGB value is (9,153,147). Sum of RGB (Red+Green+Blue) = 9+153+147=309 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.91% from 309); Green value is 153 (60.16% from 255 or 49.51% from 309); Blue value is 147 (57.81% from 255 or 47.57% from 309); Max value from RGB is 153 - color contains mainly: green. Hex color #099993 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099993 is #F6666C. Grayscale: #6D6D6D. Windows color (decimal): -16148077 or 9672969. OLE color: 9672969.

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

Color convert

RGB 9 153 147 -
CMYK 0.94 0 0.04 0.4
HSL 177.5º 0.89% 0.32% -
HSV(B) 177.5º 0.94% 0.6% -
XYZ 16.77 24.95 31.54 -
YUV 109.26 149.29 56.49 -
System Red Green Blue C M Y K H S L
Decimal 9 153 147 0.94 0 0.04 0.4 177.5 0.89 0.32
Hex 9 99 93 5E 0 4 28 B2 59 20
Octal 11 231 223 136 0 4 50 262 131 40
Binary 1001 10011001 10010011 1011110 0 100 101000 10110010 1011001 100000

Color Harmonies of #099993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099993

Black with #099993

Text Example


Text Example

White with #099993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099993; }

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

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

background-color css

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

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

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

border-color css

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

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

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