#01A978

Color #01A978 Free Speech Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Aquamarine #01A978

Tints of Free Speech Aquamarine #01A978

Color information

#01A978 (or 0x01A978) is unknown color: approx Free Speech Aquamarine. HEX triplet: 01, A9 and 78. RGB value is (1,169,120). Sum of RGB (Red+Green+Blue) = 1+169+120=290 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 290); Green value is 169 (66.41% from 255 or 58.28% from 290); Blue value is 120 (47.27% from 255 or 41.38% from 290); Max value from RGB is 169 - color contains mainly: green. Hex color #01A978 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01A978 is #FE5687. Grayscale: #717171. Windows color (decimal): -16668296 or 7907585. OLE color: 7907585.

HSL color Cylindrical-coordinate representation of color #01A978: hue angle of 162.5º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01A978 is Cyan = 0.99, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.34.

Color convert

RGB1169120-
CMYK0.9900.290.34
HSL162.5º98.82%33.33%-
HSV(B)162.5º99.41%66.27%-
XYZ17.5929.7422.58-
YUV113.18131.8447.98-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.34%
GREEN value IS 169 (66.41% from 255) = 58.28%
BLUE value IS 120 (47.27% from 255) = 41.38%
R=0.34%
G=58.28%
B=41.38%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal11691200.9900.290.34162.598.8233.33
Hex1A9786301D22a26321
Octal12511701430354224214341
Binary11010100111110001100011011101100010101000101100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01A978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01A978; }

 p { color: rgb(1,169,120); }

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

<style>
 a { background-color: #01A978; }

 a { background-color: rgb(1,169,120); }

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

<style>
 span { border-color: #01A978; }

 span { border-color: rgb(1,169,120); }

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