#09B08D

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

Shades of Persian Green #09B08D

Tints of Persian Green #09B08D

Color information

#09B08D (or 0x09B08D) is unknown color: approx Persian Green. HEX triplet: 09, B0 and 8D. RGB value is (9,176,141). Sum of RGB (Red+Green+Blue) = 9+176+141=326 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.76% from 326); Green value is 176 (69.14% from 255 or 53.99% from 326); Blue value is 141 (55.47% from 255 or 43.25% from 326); Max value from RGB is 176 - color contains mainly: green. Hex color #09B08D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09B08D is #F64F72. Grayscale: #7A7A7A. Windows color (decimal): -16142195 or 9285641. OLE color: 9285641.

HSL color Cylindrical-coordinate representation of color #09B08D: hue angle of 167.43º 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 #09B08D is Cyan = 0.95, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB9176141-
CMYK0.9500.200.31
HSL167.43º90.27%36.27%-
HSV(B)167.43º94.89%69.02%-
XYZ20.4533.0330.5-
YUV122.08138.6747.35-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.76%
GREEN value IS 176 (69.14% from 255) = 53.99%
BLUE value IS 141 (55.47% from 255) = 43.25%
R=2.76%
G=53.99%
B=43.25%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal91761410.9500.200.31167.4390.2736.27
Hex9B08D5F0141Fa75a24
Octal112602151370243724713244
Binary10011011000010001101101111101010011111101001111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09B08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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