#0DA398

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

Shades of Persian Green #0DA398

Tints of Persian Green #0DA398

Color information

#0DA398 (or 0x0DA398) is unknown color: approx Persian Green. HEX triplet: 0D, A3 and 98. RGB value is (13,163,152). Sum of RGB (Red+Green+Blue) = 13+163+152=328 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.96% from 328); Green value is 163 (64.06% from 255 or 49.70% from 328); Blue value is 152 (59.77% from 255 or 46.34% from 328); Max value from RGB is 163 - color contains mainly: green. Hex color #0DA398 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DA398 is #F25C67. Grayscale: #747474. Windows color (decimal): -15883368 or 10003213. OLE color: 10003213.

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

Color convert

RGB13163152-
CMYK0.9200.070.36
HSL175.6º85.23%34.51%-
HSV(B)175.6º92.02%63.92%-
XYZ18.9328.5534.22-
YUV116.9147.853.89-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.96%
GREEN value IS 163 (64.06% from 255) = 49.70%
BLUE value IS 152 (59.77% from 255) = 46.34%
R=3.96%
G=49.70%
B=46.34%

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
Decimal131631520.9200.070.36175.685.2334.51
HexDA3985C0724b05523
Octal15243230134074426012543
Binary1101101000111001100010111000111100100101100001010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DA398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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