Html Css Color HEX #0DAF9A Persian Green

📋 copy color: '#0DAF9A'

red 13 ◦ green 175 ◦ blue 154

#0DAF9A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Green #0DAF9A

Tints of Persian Green #0DAF9A

RGB

 RED value IS 13 (5.47% from 255) = 3.8%

 GREEN value IS 175 (68.75% from 255) = 51.17%

 BLUE value IS 154 (60.55% from 255) = 45.03%

R = 3.8%
G = 51.17%
B = 45.03%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#0DAF9A (or 0x0DAF9A) is known color: 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

RGB 13 175 154 -
CMYK 0.93 0 0.12 0.31
HSL 172.22º 0.86% 0.37% -
HSV(B) 172.22º 0.93% 0.69% -
XYZ 21.33 33.08 35.83 -
YUV 124.17 144.83 48.71 -
System Red Green Blue C M Y K H S L
Decimal 13 175 154 0.93 0 0.12 0.31 172.22 0.86 0.37
Hex D AF 9A 5D 0 C 1F AC 56 25
Octal 15 257 232 135 0 14 37 254 126 45
Binary 1101 10101111 10011010 1011101 0 1100 11111 10101100 1010110 100101

Color Harmonies of #0DAF9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAF9A

Black with #0DAF9A

Text Example


Text Example

White with #0DAF9A

Text Example


Text Example

HTML Codes & Css Web 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>