#0DAF9A

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

Shades of Persian Green #0DAF9A

Tints of Persian Green #0DAF9A

Color information

#0DAF9A (or 0x0DAF9A) is unknown color: approx Persian Green. HEX triplet: 0D, AF and 9A. RGB value is (13,175,154). Sum of RGB (Red+Green+Blue) = 13+175+154=342 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.80% from 342); Green value is 175 (68.75% from 255 or 51.17% from 342); Blue value is 154 (60.55% from 255 or 45.03% from 342); Max value from RGB is 175 - color contains mainly: green. Hex color #0DAF9A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DAF9A is #F25065. Grayscale: #7C7C7C. Windows color (decimal): -15880294 or 10137357. OLE color: 10137357.

HSL color Cylindrical-coordinate representation of color #0DAF9A: hue angle of 172.22º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DAF9A is Cyan = 0.93, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB13175154-
CMYK0.9300.120.31
HSL172.22º86.17%36.86%-
HSV(B)172.22º92.57%68.63%-
XYZ21.3333.0835.83-
YUV124.17144.8348.71-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.80%
GREEN value IS 175 (68.75% from 255) = 51.17%
BLUE value IS 154 (60.55% from 255) = 45.03%
R=3.80%
G=51.17%
B=45.03%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal131751540.9300.120.31172.2286.1736.86
HexDAF9A5D0C1Fac5625
Octal152572321350143725412645
Binary1101101011111001101010111010110011111101011001010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DAF9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,175,154); }

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

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

 a { background-color: rgb(13,175,154); }

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

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

 span { border-color: rgb(13,175,154); }

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