Html Css Color HEX #10AD9A Persian Green

📋 copy color: '#10AD9A'

red 16 ◦ green 173 ◦ blue 154

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

Shades of Persian Green #10AD9A

Tints of Persian Green #10AD9A

RGB

 RED value IS 16 (6.64% from 255) = 4.66%

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

 BLUE value IS 154 (60.55% from 255) = 44.9%

R = 4.66%
G = 50.44%
B = 44.9%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#10AD9A (or 0x10AD9A) is known color: Persian Green. HEX triplet: 10, AD and 9A. RGB value is (16,173,154). Sum of RGB (Red+Green+Blue) = 16+173+154=343 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.66% from 343); Green value is 173 (67.97% from 255 or 50.44% from 343); Blue value is 154 (60.55% from 255 or 44.90% from 343); Max value from RGB is 173 - color contains mainly: green. Hex color #10AD9A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10AD9A is #EF5265. Grayscale: #7B7B7B. Windows color (decimal): -15684198 or 10136848. OLE color: 10136848.

HSL color Cylindrical-coordinate representation of color #10AD9A: hue angle of 172.74º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10AD9A is Cyan = 0.91, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.32.

Color convert

RGB 16 173 154 -
CMYK 0.91 0 0.11 0.32
HSL 172.74º 0.83% 0.37% -
HSV(B) 172.74º 0.91% 0.68% -
XYZ 20.99 32.33 35.71 -
YUV 123.89 144.99 51.04 -
System Red Green Blue C M Y K H S L
Decimal 16 173 154 0.91 0 0.11 0.32 172.74 0.83 0.37
Hex 10 AD 9A 5B 0 B 20 AD 53 25
Octal 20 255 232 133 0 13 40 255 123 45
Binary 10000 10101101 10011010 1011011 0 1011 100000 10101101 1010011 100101

Color Harmonies of #10AD9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AD9A

Black with #10AD9A

Text Example


Text Example

White with #10AD9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10AD9A; }

 p { color: rgb(16,173,154); }

 H1.HeaderClassName
 {
   color: #10AD9A;
 }
 .AnyTagClassName
 {
   color: #10AD9A;
 }
</style>

background-color css

<style>
 a { background-color: #10AD9A; }

 a { background-color: rgb(16,173,154); }

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

border-color css

<style>
 span { border-color: #10AD9A; }

 span { border-color: rgb(16,173,154); }

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