#0DAA96

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

Shades of Persian Green #0DAA96

Tints of Persian Green #0DAA96

Color information

#0DAA96 (or 0x0DAA96) is unknown color: approx Persian Green. HEX triplet: 0D, AA and 96. RGB value is (13,170,150). Sum of RGB (Red+Green+Blue) = 13+170+150=333 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.90% from 333); Green value is 170 (66.80% from 255 or 51.05% from 333); Blue value is 150 (58.98% from 255 or 45.05% from 333); Max value from RGB is 170 - color contains mainly: green. Hex color #0DAA96 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DAA96 is #F25569. Grayscale: #787878. Windows color (decimal): -15881578 or 9873933. OLE color: 9873933.

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

Color convert

RGB13170150-
CMYK0.9200.120.33
HSL172.36º85.79%35.88%-
HSV(B)172.36º92.35%66.67%-
XYZ20.0531.0433.79-
YUV120.78144.4951.13-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.90%
GREEN value IS 170 (66.80% from 255) = 51.05%
BLUE value IS 150 (58.98% from 255) = 45.05%
R=3.90%
G=51.05%
B=45.05%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal131701500.9200.120.33172.3685.7935.88
HexDAA965C0C21ac5624
Octal152522261340144125412644
Binary11011010101010010110101110001100100001101011001010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DAA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,170,150); }

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

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

 a { background-color: rgb(13,170,150); }

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

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

 span { border-color: rgb(13,170,150); }

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