Html Css Color HEX #10AD99 Persian Green

📋 copy color: '#10AD99'

red 16 ◦ green 173 ◦ blue 153

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

Shades of Persian Green #10AD99

Tints of Persian Green #10AD99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 44.74%

R = 4.68%
G = 50.58%
B = 44.74%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.12

 K value IS 0.32

RGB Variations

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

Color information

#10AD99 (or 0x10AD99) is known color: Persian Green. HEX triplet: 10, AD and 99. RGB value is (16,173,153). Sum of RGB (Red+Green+Blue) = 16+173+153=342 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.68% from 342); Green value is 173 (67.97% from 255 or 50.58% from 342); Blue value is 153 (60.16% from 255 or 44.74% from 342); Max value from RGB is 173 - color contains mainly: green. Hex color #10AD99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10AD99 is #EF5266. Grayscale: #7B7B7B. Windows color (decimal): -15684199 or 10071312. OLE color: 10071312.

HSL color Cylindrical-coordinate representation of color #10AD99: hue angle of 172.36º 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 #10AD99 is Cyan = 0.91, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.32.

Color convert

RGB 16 173 153 -
CMYK 0.91 0 0.12 0.32
HSL 172.36º 0.83% 0.37% -
HSV(B) 172.36º 0.91% 0.68% -
XYZ 20.91 32.3 35.27 -
YUV 123.78 144.49 51.13 -
System Red Green Blue C M Y K H S L
Decimal 16 173 153 0.91 0 0.12 0.32 172.36 0.83 0.37
Hex 10 AD 99 5B 0 C 20 AC 53 25
Octal 20 255 231 133 0 14 40 254 123 45
Binary 10000 10101101 10011001 1011011 0 1100 100000 10101100 1010011 100101

Color Harmonies of #10AD99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AD99

Black with #10AD99

Text Example


Text Example

White with #10AD99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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