#0C976A

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

Shades of Free Speech Aquamarine #0C976A

Tints of Free Speech Aquamarine #0C976A

Color information

#0C976A (or 0x0C976A) is unknown color: approx Free Speech Aquamarine. HEX triplet: 0C, 97 and 6A. RGB value is (12,151,106). Sum of RGB (Red+Green+Blue) = 12+151+106=269 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.46% from 269); Green value is 151 (59.38% from 255 or 56.13% from 269); Blue value is 106 (41.80% from 255 or 39.41% from 269); Max value from RGB is 151 - color contains mainly: green. Hex color #0C976A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C976A is #F36895. Grayscale: #686868. Windows color (decimal): -15952022 or 6985484. OLE color: 6985484.

HSL color Cylindrical-coordinate representation of color #0C976A: hue angle of 160.58º 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 #0C976A is Cyan = 0.92, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB12151106-
CMYK0.9200.300.41
HSL160.58º85.28%31.96%-
HSV(B)160.58º92.05%59.22%-
XYZ13.8223.2517.4-
YUV104.31128.9562.16-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.46%
GREEN value IS 151 (59.38% from 255) = 56.13%
BLUE value IS 106 (41.80% from 255) = 39.41%
R=4.46%
G=56.13%
B=39.41%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal121511060.9200.300.41160.5885.2831.96
HexC976A5C01E29a15520
Octal142271521340365124112540
Binary11001001011111010101011100011110101001101000011010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C976A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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