#09B09D

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

Shades of Persian Green #09B09D

Tints of Persian Green #09B09D

Color information

#09B09D (or 0x09B09D) is unknown color: approx Persian Green. HEX triplet: 09, B0 and 9D. RGB value is (9,176,157). Sum of RGB (Red+Green+Blue) = 9+176+157=342 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.63% from 342); Green value is 176 (69.14% from 255 or 51.46% from 342); Blue value is 157 (61.72% from 255 or 45.91% from 342); Max value from RGB is 176 - color contains mainly: green. Hex color #09B09D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09B09D is #F64F62. Grayscale: #7B7B7B. Windows color (decimal): -16142179 or 10334217. OLE color: 10334217.

HSL color Cylindrical-coordinate representation of color #09B09D: hue angle of 173.17º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09B09D is Cyan = 0.95, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB9176157-
CMYK0.9500.110.31
HSL173.17º90.27%36.27%-
HSV(B)173.17º94.89%69.02%-
XYZ21.7233.5437.23-
YUV123.9146.6746.04-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.63%
GREEN value IS 176 (69.14% from 255) = 51.46%
BLUE value IS 157 (61.72% from 255) = 45.91%
R=2.63%
G=51.46%
B=45.91%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal91761570.9500.110.31173.1790.2736.27
Hex9B09D5F0B1Fad5a24
Octal112602351370133725513244
Binary1001101100001001110110111110101111111101011011011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09B09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,176,157); }

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

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

 a { background-color: rgb(9,176,157); }

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

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

 span { border-color: rgb(9,176,157); }

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