Html Css Color HEX #10AD95 Persian Green

📋 copy color: '#10AD95'

red 16 ◦ green 173 ◦ blue 149

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

Shades of Persian Green #10AD95

Tints of Persian Green #10AD95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 44.08%

R = 4.73%
G = 51.18%
B = 44.08%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#10AD95 (or 0x10AD95) is known color: Persian Green. HEX triplet: 10, AD and 95. RGB value is (16,173,149). Sum of RGB (Red+Green+Blue) = 16+173+149=338 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.73% from 338); Green value is 173 (67.97% from 255 or 51.18% from 338); Blue value is 149 (58.59% from 255 or 44.08% from 338); Max value from RGB is 173 - color contains mainly: green. Hex color #10AD95 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10AD95 is #EF526A. Grayscale: #7B7B7B. Windows color (decimal): -15684203 or 9809168. OLE color: 9809168.

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

Color convert

RGB 16 173 149 -
CMYK 0.91 0 0.14 0.32
HSL 170.83º 0.83% 0.37% -
HSV(B) 170.83º 0.91% 0.68% -
XYZ 20.58 32.17 33.56 -
YUV 123.32 142.49 51.45 -
System Red Green Blue C M Y K H S L
Decimal 16 173 149 0.91 0 0.14 0.32 170.83 0.83 0.37
Hex 10 AD 95 5B 0 E 20 AB 53 25
Octal 20 255 225 133 0 16 40 253 123 45
Binary 10000 10101101 10010101 1011011 0 1110 100000 10101011 1010011 100101

Color Harmonies of #10AD95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AD95

Black with #10AD95

Text Example


Text Example

White with #10AD95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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