Html Css Color HEX #10AD92 Persian Green

📋 copy color: '#10AD92'

red 16 ◦ green 173 ◦ blue 146

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

Shades of Persian Green #10AD92

Tints of Persian Green #10AD92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 43.58%

R = 4.78%
G = 51.64%
B = 43.58%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.16

 K value IS 0.32

RGB Variations

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

Color information

#10AD92 (or 0x10AD92) is known color: Persian Green. HEX triplet: 10, AD and 92. RGB value is (16,173,146). Sum of RGB (Red+Green+Blue) = 16+173+146=335 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.78% from 335); Green value is 173 (67.97% from 255 or 51.64% from 335); Blue value is 146 (57.42% from 255 or 43.58% from 335); Max value from RGB is 173 - color contains mainly: green. Hex color #10AD92 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10AD92 is #EF526D. Grayscale: #7A7A7A. Windows color (decimal): -15684206 or 9612560. OLE color: 9612560.

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

Color convert

RGB 16 173 146 -
CMYK 0.91 0 0.16 0.32
HSL 169.68º 0.83% 0.37% -
HSV(B) 169.68º 0.91% 0.68% -
XYZ 20.35 32.07 32.31 -
YUV 122.98 140.99 51.7 -
System Red Green Blue C M Y K H S L
Decimal 16 173 146 0.91 0 0.16 0.32 169.68 0.83 0.37
Hex 10 AD 92 5B 0 10 20 AA 53 25
Octal 20 255 222 133 0 20 40 252 123 45
Binary 10000 10101101 10010010 1011011 0 10000 100000 10101010 1010011 100101

Color Harmonies of #10AD92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AD92

Black with #10AD92

Text Example


Text Example

White with #10AD92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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