#0C976D

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

Shades of Free Speech Aquamarine #0C976D

Tints of Free Speech Aquamarine #0C976D

Color information

#0C976D (or 0x0C976D) is unknown color: approx Free Speech Aquamarine. HEX triplet: 0C, 97 and 6D. RGB value is (12,151,109). Sum of RGB (Red+Green+Blue) = 12+151+109=272 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.41% from 272); Green value is 151 (59.38% from 255 or 55.51% from 272); Blue value is 109 (42.97% from 255 or 40.07% from 272); Max value from RGB is 151 - color contains mainly: green. Hex color #0C976D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C976D is #F36892. Grayscale: #686868. Windows color (decimal): -15952019 or 7182092. OLE color: 7182092.

HSL color Cylindrical-coordinate representation of color #0C976D: hue angle of 161.87º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C976D is Cyan = 0.92, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB12151109-
CMYK0.9200.280.41
HSL161.87º85.28%31.96%-
HSV(B)161.87º92.05%59.22%-
XYZ13.9823.3218.23-
YUV104.65130.4561.92-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.41%
GREEN value IS 151 (59.38% from 255) = 55.51%
BLUE value IS 109 (42.97% from 255) = 40.07%
R=4.41%
G=55.51%
B=40.07%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal121511090.9200.280.41161.8785.2831.96
HexC976D5C01C29a25520
Octal142271551340345124212540
Binary11001001011111011011011100011100101001101000101010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C976D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C976D; }

 p { color: rgb(12,151,109); }

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

<style>
 a { background-color: #0C976D; }

 a { background-color: rgb(12,151,109); }

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

<style>
 span { border-color: #0C976D; }

 span { border-color: rgb(12,151,109); }

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