Html Css Color HEX #0DAC9A Persian Green

📋 copy color: '#0DAC9A'

red 13 ◦ green 172 ◦ blue 154

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

Shades of Persian Green #0DAC9A

Tints of Persian Green #0DAC9A

RGB

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

 GREEN value IS 172 (67.58% from 255) = 50.74%

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

R = 3.83%
G = 50.74%
B = 45.43%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#0DAC9A (or 0x0DAC9A) is known color: Persian Green. HEX triplet: 0D, AC and 9A. RGB value is (13,172,154). Sum of RGB (Red+Green+Blue) = 13+172+154=339 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.83% from 339); Green value is 172 (67.58% from 255 or 50.74% from 339); Blue value is 154 (60.55% from 255 or 45.43% from 339); Max value from RGB is 172 - color contains mainly: green. Hex color #0DAC9A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DAC9A is #F25365. Grayscale: #7A7A7A. Windows color (decimal): -15881062 or 10136589. OLE color: 10136589.

HSL color Cylindrical-coordinate representation of color #0DAC9A: hue angle of 173.21º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DAC9A is Cyan = 0.92, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.

Color convert

RGB 13 172 154 -
CMYK 0.92 0 0.10 0.33
HSL 173.21º 0.86% 0.36% -
HSV(B) 173.21º 0.92% 0.67% -
XYZ 20.75 31.92 35.64 -
YUV 122.41 145.82 49.96 -
System Red Green Blue C M Y K H S L
Decimal 13 172 154 0.92 0 0.10 0.33 173.21 0.86 0.36
Hex D AC 9A 5C 0 A 21 AD 56 24
Octal 15 254 232 134 0 12 41 255 126 44
Binary 1101 10101100 10011010 1011100 0 1010 100001 10101101 1010110 100100

Color Harmonies of #0DAC9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAC9A

Black with #0DAC9A

Text Example


Text Example

White with #0DAC9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0DAC9A;
 }
 .AnyTagClassName
 {
   color: #0DAC9A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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