Html Css Color HEX #10AC92 Persian Green

📋 copy color: '#10AC92'

red 16 ◦ green 172 ◦ blue 146

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

Shades of Persian Green #10AC92

Tints of Persian Green #10AC92

RGB

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

 GREEN value IS 172 (67.58% from 255) = 51.5%

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

R = 4.79%
G = 51.5%
B = 43.71%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#10AC92 (or 0x10AC92) is known color: Persian Green. HEX triplet: 10, AC and 92. RGB value is (16,172,146). Sum of RGB (Red+Green+Blue) = 16+172+146=334 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.79% from 334); Green value is 172 (67.58% from 255 or 51.50% from 334); Blue value is 146 (57.42% from 255 or 43.71% from 334); Max value from RGB is 172 - color contains mainly: green. Hex color #10AC92 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10AC92 is #EF536D. Grayscale: #7A7A7A. Windows color (decimal): -15684462 or 9612304. OLE color: 9612304.

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

Color convert

RGB 16 172 146 -
CMYK 0.91 0 0.15 0.33
HSL 170º 0.83% 0.37% -
HSV(B) 170º 0.91% 0.67% -
XYZ 20.15 31.69 32.25 -
YUV 122.39 141.32 52.11 -
System Red Green Blue C M Y K H S L
Decimal 16 172 146 0.91 0 0.15 0.33 170 0.83 0.37
Hex 10 AC 92 5B 0 F 21 AA 53 25
Octal 20 254 222 133 0 17 41 252 123 45
Binary 10000 10101100 10010010 1011011 0 1111 100001 10101010 1010011 100101

Color Harmonies of #10AC92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AC92

Black with #10AC92

Text Example


Text Example

White with #10AC92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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