#01976A

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

Shades of Free Speech Aquamarine #01976A

Tints of Free Speech Aquamarine #01976A

Color information

#01976A (or 0x01976A) is unknown color: approx Free Speech Aquamarine. HEX triplet: 01, 97 and 6A. RGB value is (1,151,106). Sum of RGB (Red+Green+Blue) = 1+151+106=258 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 258); Green value is 151 (59.38% from 255 or 58.53% from 258); Blue value is 106 (41.80% from 255 or 41.09% from 258); Max value from RGB is 151 - color contains mainly: green. Hex color #01976A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01976A is #FE6895. Grayscale: #656565. Windows color (decimal): -16672918 or 6985473. OLE color: 6985473.

HSL color Cylindrical-coordinate representation of color #01976A: hue angle of 162º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01976A is Cyan = 0.99, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB1151106-
CMYK0.9900.300.41
HSL162º98.68%29.8%-
HSV(B)162º99.34%59.22%-
XYZ13.6823.1817.39-
YUV101.02130.856.66-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.39%
GREEN value IS 151 (59.38% from 255) = 58.53%
BLUE value IS 106 (41.80% from 255) = 41.09%
R=0.39%
G=58.53%
B=41.09%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal11511060.9900.300.4116298.6829.8
Hex1976A6301E29a2631e
Octal12271521430365124214336
Binary1100101111101010110001101111010100110100010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01976A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01976A; }

 p { color: rgb(1,151,106); }

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

<style>
 a { background-color: #01976A; }

 a { background-color: rgb(1,151,106); }

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

<style>
 span { border-color: #01976A; }

 span { border-color: rgb(1,151,106); }

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