#09B0A0

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

Shades of Persian Green #09B0A0

Tints of Persian Green #09B0A0

Color information

#09B0A0 (or 0x09B0A0) is unknown color: approx Persian Green. HEX triplet: 09, B0 and A0. RGB value is (9,176,160). Sum of RGB (Red+Green+Blue) = 9+176+160=345 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.61% from 345); Green value is 176 (69.14% from 255 or 51.01% from 345); Blue value is 160 (62.89% from 255 or 46.38% from 345); Max value from RGB is 176 - color contains mainly: green. Hex color #09B0A0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09B0A0 is #F64F5F. Grayscale: #7C7C7C. Windows color (decimal): -16142176 or 10530825. OLE color: 10530825.

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

Color convert

RGB9176160-
CMYK0.9500.090.31
HSL174.25º90.27%36.27%-
HSV(B)174.25º94.89%69.02%-
XYZ21.9833.6538.59-
YUV124.24148.1745.8-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.61%
GREEN value IS 176 (69.14% from 255) = 51.01%
BLUE value IS 160 (62.89% from 255) = 46.38%
R=2.61%
G=51.01%
B=46.38%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal91761600.9500.090.31174.2590.2736.27
Hex9B0A05F091Fae5a24
Octal112602401370113725613244
Binary1001101100001010000010111110100111111101011101011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09B0A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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