#09B495

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

Shades of Persian Green #09B495

Tints of Persian Green #09B495

Color information

#09B495 (or 0x09B495) is unknown color: approx Persian Green. HEX triplet: 09, B4 and 95. RGB value is (9,180,149). Sum of RGB (Red+Green+Blue) = 9+180+149=338 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.66% from 338); Green value is 180 (70.70% from 255 or 53.25% from 338); Blue value is 149 (58.59% from 255 or 44.08% from 338); Max value from RGB is 180 - color contains mainly: green. Hex color #09B495 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09B495 is #F64B6A. Grayscale: #7D7D7D. Windows color (decimal): -16141163 or 9810953. OLE color: 9810953.

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

Color convert

RGB9180149-
CMYK0.9500.170.29
HSL169.12º90.48%37.06%-
HSV(B)169.12º95%70.59%-
XYZ21.8634.8734.01-
YUV125.34141.3545.02-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.66%
GREEN value IS 180 (70.70% from 255) = 53.25%
BLUE value IS 149 (58.59% from 255) = 44.08%
R=2.66%
G=53.25%
B=44.08%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal91801490.9500.170.29169.1290.4837.06
Hex9B4955F0111Da95a25
Octal112642251370213525113245
Binary10011011010010010101101111101000111101101010011011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09B495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,180,149); }

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

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

 a { background-color: rgb(9,180,149); }

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

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

 span { border-color: rgb(9,180,149); }

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