#0D9E89

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

Shades of Persian Green #0D9E89

Tints of Persian Green #0D9E89

Color information

#0D9E89 (or 0x0D9E89) is unknown color: approx Persian Green. HEX triplet: 0D, 9E and 89. RGB value is (13,158,137). Sum of RGB (Red+Green+Blue) = 13+158+137=308 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.22% from 308); Green value is 158 (62.11% from 255 or 51.30% from 308); Blue value is 137 (53.91% from 255 or 44.48% from 308); Max value from RGB is 158 - color contains mainly: green. Hex color #0D9E89 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D9E89 is #F26176. Grayscale: #707070. Windows color (decimal): -15884663 or 9018893. OLE color: 9018893.

HSL color Cylindrical-coordinate representation of color #0D9E89: hue angle of 171.31º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D9E89 is Cyan = 0.92, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB13158137-
CMYK0.9200.130.38
HSL171.31º84.8%33.53%-
HSV(B)171.31º91.77%61.96%-
XYZ16.9126.3527.86-
YUV112.25141.9657.21-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.22%
GREEN value IS 158 (62.11% from 255) = 51.30%
BLUE value IS 137 (53.91% from 255) = 44.48%
R=4.22%
G=51.30%
B=44.48%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal131581370.9200.130.38171.3184.833.53
HexD9E895C0D26ab5522
Octal152362111340154625312542
Binary11011001111010001001101110001101100110101010111010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D9E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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