#10A597

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

Shades of Persian Green #10A597

Tints of Persian Green #10A597

Color information

#10A597 (or 0x10A597) is unknown color: approx Persian Green. HEX triplet: 10, A5 and 97. RGB value is (16,165,151). Sum of RGB (Red+Green+Blue) = 16+165+151=332 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.82% from 332); Green value is 165 (64.84% from 255 or 49.70% from 332); Blue value is 151 (59.38% from 255 or 45.48% from 332); Max value from RGB is 165 - color contains mainly: green. Hex color #10A597 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10A597 is #EF5A68. Grayscale: #767676. Windows color (decimal): -15686249 or 9938192. OLE color: 9938192.

HSL color Cylindrical-coordinate representation of color #10A597: hue angle of 174.36º 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 #10A597 is Cyan = 0.90, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB16165151-
CMYK0.9000.080.35
HSL174.36º82.32%35.49%-
HSV(B)174.36º90.3%64.71%-
XYZ19.2529.2533.91-
YUV118.85146.1454.64-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.82%
GREEN value IS 165 (64.84% from 255) = 49.70%
BLUE value IS 151 (59.38% from 255) = 45.48%
R=4.82%
G=49.70%
B=45.48%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal161651510.9000.080.35174.3682.3235.49
Hex10A5975A0823ae5223
Octal202452271320104325612243
Binary100001010010110010111101101001000100011101011101010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10A597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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