Html Css Color HEX #09B393 Persian Green

📋 copy color: '#09B393'

red 9 ◦ green 179 ◦ blue 147

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

Shades of Persian Green #09B393

Tints of Persian Green #09B393

RGB

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

 GREEN value IS 179 (70.31% from 255) = 53.43%

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

R = 2.69%
G = 53.43%
B = 43.88%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.18

 K value IS 0.30

RGB Variations

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

Color information

#09B393 (or 0x09B393) is known color: Persian Green. HEX triplet: 09, B3 and 93. RGB value is (9,179,147). Sum of RGB (Red+Green+Blue) = 9+179+147=335 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.69% from 335); Green value is 179 (70.31% from 255 or 53.43% from 335); Blue value is 147 (57.81% from 255 or 43.88% from 335); Max value from RGB is 179 - color contains mainly: green. Hex color #09B393 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09B393 is #F64C6C. Grayscale: #7C7C7C. Windows color (decimal): -16141421 or 9679625. OLE color: 9679625.

HSL color Cylindrical-coordinate representation of color #09B393: hue angle of 168.71º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09B393 is Cyan = 0.95, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.30.

Color convert

RGB 9 179 147 -
CMYK 0.95 0 0.18 0.30
HSL 168.71º 0.9% 0.37% -
HSV(B) 168.71º 0.95% 0.7% -
XYZ 21.5 34.4 33.11 -
YUV 124.52 140.68 45.6 -
System Red Green Blue C M Y K H S L
Decimal 9 179 147 0.95 0 0.18 0.30 168.71 0.9 0.37
Hex 9 B3 93 5F 0 12 1E A9 5A 25
Octal 11 263 223 137 0 22 36 251 132 45
Binary 1001 10110011 10010011 1011111 0 10010 11110 10101001 1011010 100101

Color Harmonies of #09B393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09B393

Black with #09B393

Text Example


Text Example

White with #09B393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09B393; }

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

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

background-color css

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

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

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

border-color css

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

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

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