#009B93

Color #009B93 Persian Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Green #009B93

Tints of Persian Green #009B93

Color information

#009B93 (or 0x009B93) is unknown color: approx Persian Green. HEX triplet: 00, 9B and 93. RGB value is (0,155,147). Sum of RGB (Red+Green+Blue) = 0+155+147=302 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 302); Green value is 155 (60.94% from 255 or 51.32% from 302); Blue value is 147 (57.81% from 255 or 48.68% from 302); Max value from RGB is 155 - color contains mainly: green. Hex color #009B93 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009B93 is #FF646C. Grayscale: #6B6B6B. Windows color (decimal): -16737389 or 9673472. OLE color: 9673472.

HSL color Cylindrical-coordinate representation of color #009B93: hue angle of 176.9º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009B93 is Cyan = 1, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.39.

Color convert

RGB0155147-
CMYK100.050.39
HSL176.9º100%30.39%-
HSV(B)176.9º100%60.78%-
XYZ16.9925.5531.64-
YUV107.74150.1551.15-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 155 (60.94% from 255) = 51.32%
BLUE value IS 147 (57.81% from 255) = 48.68%
R=0%
G=51.32%
B=48.68%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal0155147100.050.39176.910030.39
Hex09B93640527b1641e
Octal0233223144054726114436
Binary010011011100100111100100010110011110110001110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #009B93; }

 p { color: rgb(0,155,147); }

 H1.HeaderClassName
 {
   color: #009B93;
 }
 .AnyTagClassName
 {
   color: #009B93;
 }
</style>
background-color css

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

 a { background-color: rgb(0,155,147); }

 div.DivClassName
 {
   background-color: #009B93;
 }
 .BgClassName
 {
   background-color: #009B93;
 }
</style>
border-color css

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

 span { border-color: rgb(0,155,147); }

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