#0DA292

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

Shades of Persian Green #0DA292

Tints of Persian Green #0DA292

Color information

#0DA292 (or 0x0DA292) is unknown color: approx Persian Green. HEX triplet: 0D, A2 and 92. RGB value is (13,162,146). Sum of RGB (Red+Green+Blue) = 13+162+146=321 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.05% from 321); Green value is 162 (63.67% from 255 or 50.47% from 321); Blue value is 146 (57.42% from 255 or 45.48% from 321); Max value from RGB is 162 - color contains mainly: green. Hex color #0DA292 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DA292 is #F25D6D. Grayscale: #737373. Windows color (decimal): -15883630 or 9609741. OLE color: 9609741.

HSL color Cylindrical-coordinate representation of color #0DA292: hue angle of 173.56º 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 #0DA292 is Cyan = 0.92, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB13162146-
CMYK0.9200.100.36
HSL173.56º85.14%34.31%-
HSV(B)173.56º91.98%63.53%-
XYZ18.272831.64-
YUV115.62145.1454.8-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.05%
GREEN value IS 162 (63.67% from 255) = 50.47%
BLUE value IS 146 (57.42% from 255) = 45.48%
R=4.05%
G=50.47%
B=45.48%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal131621460.9200.100.36173.5685.1434.31
HexDA2925C0A24ae5522
Octal152422221340124425612542
Binary11011010001010010010101110001010100100101011101010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DA292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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