#0DA598

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

Shades of Persian Green #0DA598

Tints of Persian Green #0DA598

Color information

#0DA598 (or 0x0DA598) is unknown color: approx Persian Green. HEX triplet: 0D, A5 and 98. RGB value is (13,165,152). Sum of RGB (Red+Green+Blue) = 13+165+152=330 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.94% from 330); Green value is 165 (64.84% from 255 or 50% from 330); Blue value is 152 (59.77% from 255 or 46.06% from 330); Max value from RGB is 165 - color contains mainly: green. Hex color #0DA598 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DA598 is #F25A67. Grayscale: #757575. Windows color (decimal): -15882856 or 10003725. OLE color: 10003725.

HSL color Cylindrical-coordinate representation of color #0DA598: hue angle of 174.87º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DA598 is Cyan = 0.92, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB13165152-
CMYK0.9200.080.35
HSL174.87º85.39%34.9%-
HSV(B)174.87º92.12%64.71%-
XYZ19.2929.2634.34-
YUV118.07147.1453.06-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.94%
GREEN value IS 165 (64.84% from 255) = 50%
BLUE value IS 152 (59.77% from 255) = 46.06%
R=3.94%
G=50%
B=46.06%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal131651520.9200.080.35174.8785.3934.9
HexDA5985C0823af5523
Octal152452301340104325712543
Binary11011010010110011000101110001000100011101011111010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DA598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,165,152); }

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

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

 a { background-color: rgb(13,165,152); }

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

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

 span { border-color: rgb(13,165,152); }

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