#0DA296

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

Shades of Persian Green #0DA296

Tints of Persian Green #0DA296

Color information

#0DA296 (or 0x0DA296) is unknown color: approx Persian Green. HEX triplet: 0D, A2 and 96. RGB value is (13,162,150). Sum of RGB (Red+Green+Blue) = 13+162+150=325 (43% of max value = 765). Red value is 13 (5.47% from 255 or 4% from 325); Green value is 162 (63.67% from 255 or 49.85% from 325); Blue value is 150 (58.98% from 255 or 46.15% from 325); Max value from RGB is 162 - color contains mainly: green. Hex color #0DA296 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DA296 is #F25D69. Grayscale: #737373. Windows color (decimal): -15883626 or 9871885. OLE color: 9871885.

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

Color convert

RGB13162150-
CMYK0.9200.070.36
HSL175.17º85.14%34.31%-
HSV(B)175.17º91.98%63.53%-
XYZ18.5928.1333.3-
YUV116.08147.1454.48-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4%
GREEN value IS 162 (63.67% from 255) = 49.85%
BLUE value IS 150 (58.98% from 255) = 46.15%
R=4%
G=49.85%
B=46.15%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal131621500.9200.070.36175.1785.1434.31
HexDA2965C0724af5522
Octal15242226134074425712542
Binary1101101000101001011010111000111100100101011111010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DA296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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