#10A595

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

Shades of Persian Green #10A595

Tints of Persian Green #10A595

Color information

#10A595 (or 0x10A595) is unknown color: approx Persian Green. HEX triplet: 10, A5 and 95. RGB value is (16,165,149). Sum of RGB (Red+Green+Blue) = 16+165+149=330 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.85% from 330); Green value is 165 (64.84% from 255 or 50% from 330); Blue value is 149 (58.59% from 255 or 45.15% from 330); Max value from RGB is 165 - color contains mainly: green. Hex color #10A595 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10A595 is #EF5A6A. Grayscale: #767676. Windows color (decimal): -15686251 or 9807120. OLE color: 9807120.

HSL color Cylindrical-coordinate representation of color #10A595: hue angle of 173.56º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10A595 is Cyan = 0.90, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB16165149-
CMYK0.9000.100.35
HSL173.56º82.32%35.49%-
HSV(B)173.56º90.3%64.71%-
XYZ19.0929.1933.06-
YUV118.62145.1454.8-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.85%
GREEN value IS 165 (64.84% from 255) = 50%
BLUE value IS 149 (58.59% from 255) = 45.15%
R=4.85%
G=50%
B=45.15%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal161651490.9000.100.35173.5682.3235.49
Hex10A5955A0A23ae5223
Octal202452251320124325612243
Binary100001010010110010101101101001010100011101011101010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10A595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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