Html Css Color HEX #0DAC94 Persian Green

📋 copy color: '#0DAC94'

red 13 ◦ green 172 ◦ blue 148

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

Shades of Persian Green #0DAC94

Tints of Persian Green #0DAC94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 44.44%

R = 3.9%
G = 51.65%
B = 44.44%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.14

 K value IS 0.33

RGB Variations

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

Color information

#0DAC94 (or 0x0DAC94) is known color: Persian Green. HEX triplet: 0D, AC and 94. RGB value is (13,172,148). Sum of RGB (Red+Green+Blue) = 13+172+148=333 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.90% from 333); Green value is 172 (67.58% from 255 or 51.65% from 333); Blue value is 148 (58.20% from 255 or 44.44% from 333); Max value from RGB is 172 - color contains mainly: green. Hex color #0DAC94 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DAC94 is #F2536B. Grayscale: #797979. Windows color (decimal): -15881068 or 9743373. OLE color: 9743373.

HSL color Cylindrical-coordinate representation of color #0DAC94: hue angle of 170.94º 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 #0DAC94 is Cyan = 0.92, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.33.

Color convert

RGB 13 172 148 -
CMYK 0.92 0 0.14 0.33
HSL 170.94º 0.86% 0.36% -
HSV(B) 170.94º 0.92% 0.67% -
XYZ 20.26 31.73 33.07 -
YUV 121.72 142.82 50.45 -
System Red Green Blue C M Y K H S L
Decimal 13 172 148 0.92 0 0.14 0.33 170.94 0.86 0.36
Hex D AC 94 5C 0 E 21 AB 56 24
Octal 15 254 224 134 0 16 41 253 126 44
Binary 1101 10101100 10010100 1011100 0 1110 100001 10101011 1010110 100100

Color Harmonies of #0DAC94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAC94

Black with #0DAC94

Text Example


Text Example

White with #0DAC94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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