Html Css Color HEX #0DAA8A Persian Green

📋 copy color: '#0DAA8A'

red 13 ◦ green 170 ◦ blue 138

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

Shades of Persian Green #0DAA8A

Tints of Persian Green #0DAA8A

RGB

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

 GREEN value IS 170 (66.8% from 255) = 52.96%

 BLUE value IS 138 (54.3% from 255) = 42.99%

R = 4.05%
G = 52.96%
B = 42.99%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#0DAA8A (or 0x0DAA8A) is known color: Persian Green. HEX triplet: 0D, AA and 8A. RGB value is (13,170,138). Sum of RGB (Red+Green+Blue) = 13+170+138=321 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.05% from 321); Green value is 170 (66.80% from 255 or 52.96% from 321); Blue value is 138 (54.30% from 255 or 42.99% from 321); Max value from RGB is 170 - color contains mainly: green. Hex color #0DAA8A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DAA8A is #F25575. Grayscale: #777777. Windows color (decimal): -15881590 or 9087501. OLE color: 9087501.

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

Color convert

RGB 13 170 138 -
CMYK 0.92 0 0.19 0.33
HSL 167.77º 0.86% 0.36% -
HSV(B) 167.77º 0.92% 0.67% -
XYZ 19.13 30.67 28.96 -
YUV 119.41 138.49 52.1 -
System Red Green Blue C M Y K H S L
Decimal 13 170 138 0.92 0 0.19 0.33 167.77 0.86 0.36
Hex D AA 8A 5C 0 13 21 A8 56 24
Octal 15 252 212 134 0 23 41 250 126 44
Binary 1101 10101010 10001010 1011100 0 10011 100001 10101000 1010110 100100

Color Harmonies of #0DAA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAA8A

Black with #0DAA8A

Text Example


Text Example

White with #0DAA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,170,138); }

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

background-color css

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

 a { background-color: rgb(13,170,138); }

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

border-color css

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

 span { border-color: rgb(13,170,138); }

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