#10AC95

Color #10AC95 Persian Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Green #10AC95

Tints of Persian Green #10AC95

Color information

#10AC95 (or 0x10AC95) is unknown color: approx Persian Green. HEX triplet: 10, AC and 95. RGB value is (16,172,149). Sum of RGB (Red+Green+Blue) = 16+172+149=337 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.75% from 337); Green value is 172 (67.58% from 255 or 51.04% from 337); Blue value is 149 (58.59% from 255 or 44.21% from 337); Max value from RGB is 172 - color contains mainly: green. Hex color #10AC95 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10AC95 is #EF536A. Grayscale: #7A7A7A. Windows color (decimal): -15684459 or 9808912. OLE color: 9808912.

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

Color convert

RGB16172149-
CMYK0.9100.130.33
HSL171.15º82.98%36.86%-
HSV(B)171.15º90.7%67.45%-
XYZ20.3931.7933.49-
YUV122.73142.8251.87-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.75%
GREEN value IS 172 (67.58% from 255) = 51.04%
BLUE value IS 149 (58.59% from 255) = 44.21%
R=4.75%
G=51.04%
B=44.21%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal161721490.9100.130.33171.1582.9836.86
Hex10AC955B0D21ab5325
Octal202542251330154125312345
Binary100001010110010010101101101101101100001101010111010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10AC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #10AC95;
 }
 .AnyTagClassName
 {
   color: #10AC95;
 }
</style>
background-color css

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

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

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

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

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

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