Html Css Color HEX #0AADA5 Persian Green

📋 copy color: '#0AADA5'

red 10 ◦ green 173 ◦ blue 165

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

Shades of Persian Green #0AADA5

Tints of Persian Green #0AADA5

RGB

 RED value IS 10 (4.3% from 255) = 2.87%

 GREEN value IS 173 (67.97% from 255) = 49.71%

 BLUE value IS 165 (64.84% from 255) = 47.41%

R = 2.87%
G = 49.71%
B = 47.41%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.05

 K value IS 0.32

RGB Variations

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

Color information

#0AADA5 (or 0x0AADA5) is known color: Persian Green. HEX triplet: 0A, AD and A5. RGB value is (10,173,165). Sum of RGB (Red+Green+Blue) = 10+173+165=348 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.87% from 348); Green value is 173 (67.97% from 255 or 49.71% from 348); Blue value is 165 (64.84% from 255 or 47.41% from 348); Max value from RGB is 173 - color contains mainly: green. Hex color #0AADA5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AADA5 is #F5525A. Grayscale: #7B7B7B. Windows color (decimal): -16077403 or 10857738. OLE color: 10857738.

HSL color Cylindrical-coordinate representation of color #0AADA5: hue angle of 177.06º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AADA5 is Cyan = 0.94, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.

Color convert

RGB 10 173 165 -
CMYK 0.94 0 0.05 0.32
HSL 177.06º 0.89% 0.36% -
HSV(B) 177.06º 0.94% 0.68% -
XYZ 21.86 32.67 40.75 -
YUV 123.35 151.5 47.15 -
System Red Green Blue C M Y K H S L
Decimal 10 173 165 0.94 0 0.05 0.32 177.06 0.89 0.36
Hex A AD A5 5E 0 5 20 B1 59 24
Octal 12 255 245 136 0 5 40 261 131 44
Binary 1010 10101101 10100101 1011110 0 101 100000 10110001 1011001 100100

Color Harmonies of #0AADA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AADA5

Black with #0AADA5

Text Example


Text Example

White with #0AADA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,173,165); }

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

background-color css

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

 a { background-color: rgb(10,173,165); }

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

border-color css

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

 span { border-color: rgb(10,173,165); }

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