#0D9D8A

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

Shades of Persian Green #0D9D8A

Tints of Persian Green #0D9D8A

Color information

#0D9D8A (or 0x0D9D8A) is unknown color: approx Persian Green. HEX triplet: 0D, 9D and 8A. RGB value is (13,157,138). Sum of RGB (Red+Green+Blue) = 13+157+138=308 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.22% from 308); Green value is 157 (61.72% from 255 or 50.97% from 308); Blue value is 138 (54.30% from 255 or 44.81% from 308); Max value from RGB is 157 - color contains mainly: green. Hex color #0D9D8A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D9D8A is #F26275. Grayscale: #6F6F6F. Windows color (decimal): -15884918 or 9084173. OLE color: 9084173.

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

Color convert

RGB13157138-
CMYK0.9200.120.38
HSL172.08º84.71%33.33%-
HSV(B)172.08º91.72%61.57%-
XYZ16.8126.0328.18-
YUV111.78142.7957.54-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.22%
GREEN value IS 157 (61.72% from 255) = 50.97%
BLUE value IS 138 (54.30% from 255) = 44.81%
R=4.22%
G=50.97%
B=44.81%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal131571380.9200.120.38172.0884.7133.33
HexD9D8A5C0C26ac5521
Octal152352121340144625412541
Binary11011001110110001010101110001100100110101011001010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D9D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,157,138); }

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

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

 a { background-color: rgb(13,157,138); }

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

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

 span { border-color: rgb(13,157,138); }

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