Html Css Color HEX #0DAC90 Persian Green

📋 copy color: '#0DAC90'

red 13 ◦ green 172 ◦ blue 144

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

Shades of Persian Green #0DAC90

Tints of Persian Green #0DAC90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 43.77%

R = 3.95%
G = 52.28%
B = 43.77%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#0DAC90 (or 0x0DAC90) is known color: Persian Green. HEX triplet: 0D, AC and 90. RGB value is (13,172,144). Sum of RGB (Red+Green+Blue) = 13+172+144=329 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.95% from 329); Green value is 172 (67.58% from 255 or 52.28% from 329); Blue value is 144 (56.64% from 255 or 43.77% from 329); Max value from RGB is 172 - color contains mainly: green. Hex color #0DAC90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DAC90 is #F2536F. Grayscale: #797979. Windows color (decimal): -15881072 or 9481229. OLE color: 9481229.

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

Color convert

RGB 13 172 144 -
CMYK 0.92 0 0.16 0.33
HSL 169.43º 0.86% 0.36% -
HSV(B) 169.43º 0.92% 0.67% -
XYZ 19.95 31.6 31.43 -
YUV 121.27 140.82 50.78 -
System Red Green Blue C M Y K H S L
Decimal 13 172 144 0.92 0 0.16 0.33 169.43 0.86 0.36
Hex D AC 90 5C 0 10 21 A9 56 24
Octal 15 254 220 134 0 20 41 251 126 44
Binary 1101 10101100 10010000 1011100 0 10000 100001 10101001 1010110 100100

Color Harmonies of #0DAC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAC90

Black with #0DAC90

Text Example


Text Example

White with #0DAC90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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