#0DB496

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

Shades of Persian Green #0DB496

Tints of Persian Green #0DB496

Color information

#0DB496 (or 0x0DB496) is unknown color: approx Persian Green. HEX triplet: 0D, B4 and 96. RGB value is (13,180,150). Sum of RGB (Red+Green+Blue) = 13+180+150=343 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.79% from 343); Green value is 180 (70.70% from 255 or 52.48% from 343); Blue value is 150 (58.98% from 255 or 43.73% from 343); Max value from RGB is 180 - color contains mainly: green. Hex color #0DB496 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DB496 is #F24B69. Grayscale: #7E7E7E. Windows color (decimal): -15879018 or 9876493. OLE color: 9876493.

HSL color Cylindrical-coordinate representation of color #0DB496: hue angle of 169.22º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB496 is Cyan = 0.93, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB13180150-
CMYK0.9300.170.29
HSL169.22º86.53%37.84%-
HSV(B)169.22º92.78%70.59%-
XYZ21.9934.9334.44-
YUV126.65141.1746.94-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.79%
GREEN value IS 180 (70.70% from 255) = 52.48%
BLUE value IS 150 (58.98% from 255) = 43.73%
R=3.79%
G=52.48%
B=43.73%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal131801500.9300.170.29169.2286.5337.84
HexDB4965D0111Da95726
Octal152642261350213525112746
Binary11011011010010010110101110101000111101101010011010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DB496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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