Html Css Color HEX #0AAD9F Persian Green

📋 copy color: '#0AAD9F'

red 10 ◦ green 173 ◦ blue 159

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

Shades of Persian Green #0AAD9F

Tints of Persian Green #0AAD9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 46.49%

R = 2.92%
G = 50.58%
B = 46.49%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#0AAD9F (or 0x0AAD9F) is known color: Persian Green. HEX triplet: 0A, AD and 9F. RGB value is (10,173,159). Sum of RGB (Red+Green+Blue) = 10+173+159=342 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.92% from 342); Green value is 173 (67.97% from 255 or 50.58% from 342); Blue value is 159 (62.5% from 255 or 46.49% from 342); Max value from RGB is 173 - color contains mainly: green. Hex color #0AAD9F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AAD9F is #F55260. Grayscale: #7A7A7A. Windows color (decimal): -16077409 or 10464522. OLE color: 10464522.

HSL color Cylindrical-coordinate representation of color #0AAD9F: hue angle of 174.85º 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 #0AAD9F is Cyan = 0.94, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB 10 173 159 -
CMYK 0.94 0 0.08 0.32
HSL 174.85º 0.89% 0.36% -
HSV(B) 174.85º 0.94% 0.68% -
XYZ 21.33 32.45 37.94 -
YUV 122.67 148.5 47.64 -
System Red Green Blue C M Y K H S L
Decimal 10 173 159 0.94 0 0.08 0.32 174.85 0.89 0.36
Hex A AD 9F 5E 0 8 20 AF 59 24
Octal 12 255 237 136 0 10 40 257 131 44
Binary 1010 10101101 10011111 1011110 0 1000 100000 10101111 1011001 100100

Color Harmonies of #0AAD9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AAD9F

Black with #0AAD9F

Text Example


Text Example

White with #0AAD9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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