#0D9B89

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

Shades of Persian Green #0D9B89

Tints of Persian Green #0D9B89

Color information

#0D9B89 (or 0x0D9B89) is unknown color: approx Persian Green. HEX triplet: 0D, 9B and 89. RGB value is (13,155,137). Sum of RGB (Red+Green+Blue) = 13+155+137=305 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.26% from 305); Green value is 155 (60.94% from 255 or 50.82% from 305); Blue value is 137 (53.91% from 255 or 44.92% from 305); Max value from RGB is 155 - color contains mainly: green. Hex color #0D9B89 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D9B89 is #F26476. Grayscale: #6E6E6E. Windows color (decimal): -15885431 or 9018125. OLE color: 9018125.

HSL color Cylindrical-coordinate representation of color #0D9B89: hue angle of 172.39º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D9B89 is Cyan = 0.92, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB13155137-
CMYK0.9200.120.39
HSL172.39º84.52%32.94%-
HSV(B)172.39º91.61%60.78%-
XYZ16.425.3327.69-
YUV110.49142.9658.46-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.26%
GREEN value IS 155 (60.94% from 255) = 50.82%
BLUE value IS 137 (53.91% from 255) = 44.92%
R=4.26%
G=50.82%
B=44.92%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal131551370.9200.120.39172.3984.5232.94
HexD9B895C0C27ac5521
Octal152332111340144725412541
Binary11011001101110001001101110001100100111101011001010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D9B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D9B89; }

 p { color: rgb(13,155,137); }

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

<style>
 a { background-color: #0D9B89; }

 a { background-color: rgb(13,155,137); }

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

<style>
 span { border-color: #0D9B89; }

 span { border-color: rgb(13,155,137); }

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